File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ To run examples from your command line:
37
37
38
38
2 . Set your current project using ` gcloud config set project PROJECT_ID ` . This step is not necessary for ` ResourceManagerExample ` .
39
39
40
- 3 . Compile using Maven: ` mvn install -DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip=true ` in command line from your base project directory
41
- then ` cd gcloud-java-examples ` and finally ` mvn package appassembler:assemble -DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip=true ` .
40
+ 3 . Compile using Maven: ` mvn install -DskipTests ` in command line from your base project directory
41
+ then ` cd gcloud-java-examples ` and finally ` mvn package appassembler:assemble -DskipTests ` .
42
42
43
43
4 . Run an example from the command line using the Maven-generated scripts.
44
44
@@ -70,6 +70,7 @@ To run examples from your command line:
70
70
target/appassembler/bin/DatastoreExample your-project-id my_name add my\ comment
71
71
target/appassembler/bin/DatastoreExample your-project-id my_name display
72
72
target/appassembler/bin/DatastoreExample your-project-id my_name delete
73
+ ```
73
74
74
75
* Here's an example run of `DnsExample`.
75
76
You can’t perform that action at this time.
0 commit comments