diff --git a/gcloud-java-examples/README.md b/gcloud-java-examples/README.md index 3d6890d17cea..4f8a484ea425 100644 --- a/gcloud-java-examples/README.md +++ b/gcloud-java-examples/README.md @@ -37,8 +37,8 @@ To run examples from your command line: 2. Set your current project using `gcloud config set project PROJECT_ID`. This step is not necessary for `ResourceManagerExample`. -3. Compile using Maven: `mvn install -DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip=true` in command line from your base project directory - then `cd gcloud-java-examples` and finally `mvn package appassembler:assemble -DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip=true`. +3. Compile using Maven: `mvn install -DskipTests` in command line from your base project directory + then `cd gcloud-java-examples` and finally `mvn package appassembler:assemble -DskipTests`. 4. Run an example from the command line using the Maven-generated scripts. @@ -70,6 +70,7 @@ To run examples from your command line: target/appassembler/bin/DatastoreExample your-project-id my_name add my\ comment target/appassembler/bin/DatastoreExample your-project-id my_name display target/appassembler/bin/DatastoreExample your-project-id my_name delete + ``` * Here's an example run of `DnsExample`.