You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,7 +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: `cd gcloud-java-examples` in command line from your base project directory and then `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`.
41
42
42
43
4. Run an example from the command line using the Maven-generated scripts.
43
44
@@ -69,6 +70,7 @@ To run examples from your command line:
0 commit comments