Skip to content

Commit

Permalink
Fixing pom.xml path for maven sample
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianenardon committed Mar 4, 2017
1 parent dd54589 commit 76acab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-tools/java/chapters/ch03-build-image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Create the Docker image:

[source, text]
----
mvn -f docker-java-sample/helloworld/pom.xml package -Pdocker
mvn -f docker-java-sample/pom.xml package -Pdocker
----

This will show an output like:
Expand Down

0 comments on commit 76acab8

Please sign in to comment.