Skip to content

Commit 6398cfd

Browse files
Fix markdown and simplify command
1 parent 25eaa09 commit 6398cfd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gcloud-java-examples/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ To run examples from your command line:
3737

3838
2. Set your current project using `gcloud config set project PROJECT_ID`. This step is not necessary for `ResourceManagerExample`.
3939

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`.
4242

4343
4. Run an example from the command line using the Maven-generated scripts.
4444

@@ -70,6 +70,7 @@ To run examples from your command line:
7070
target/appassembler/bin/DatastoreExample your-project-id my_name add my\ comment
7171
target/appassembler/bin/DatastoreExample your-project-id my_name display
7272
target/appassembler/bin/DatastoreExample your-project-id my_name delete
73+
```
7374
7475
* Here's an example run of `DnsExample`.
7576

0 commit comments

Comments
 (0)