You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/02/18 16:10:29 UTC

[06/15] isis git commit: ISIS-1561: minor fixes to README for simpleapp

ISIS-1561: minor fixes to README for simpleapp


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/a78aafd2
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/a78aafd2
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/a78aafd2

Branch: refs/heads/master
Commit: a78aafd281519c9528ddd7e4a22819279d6403b9
Parents: 5dab2db
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Feb 15 23:35:49 2017 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Feb 15 23:35:49 2017 +0000

----------------------------------------------------------------------
 example/application/simpleapp/README.adoc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/a78aafd2/example/application/simpleapp/README.adoc
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/README.adoc b/example/application/simpleapp/README.adoc
index 0849274..7e9aa92 100644
--- a/example/application/simpleapp/README.adoc
+++ b/example/application/simpleapp/README.adoc
@@ -177,7 +177,7 @@ mvn -DskipTests
 +
 [source,bash]
 ----
-mvn -Dskip.danhaywood-mavenmixin-isisvalidate  
+mvn -Dskip.mavenmixin-isisvalidate  
 ----
 
 
@@ -185,7 +185,7 @@ mvn -Dskip.danhaywood-mavenmixin-isisvalidate
 +
 [source,bash]
 ----
-mvn -Dskip.danhaywood-mavenmixin-cucumberreporting
+mvn -Dskip.mavenmixin-cucumberreporting
 ----
 +
 [TIP]
@@ -197,7 +197,7 @@ By default, cucumber reports are generated at `target/cucumber-html-reports/over
 +
 [source,bash]
 ----
-mvn -Dskip.danhaywood-mavenmixin-isisswagger
+mvn -Dskip.mavenmixin-isisswagger
 ----
 +
 [TIP]
@@ -209,7 +209,7 @@ By default, Swagger spec files are generated at `target/generated-resources/isis
 +
 [source,bash]
 ----
-mvn package -Dmavenmixin-docker
+mvn install -Dmavenmixin-docker
 ----
 +
 This assumes that the `${docker-plugin.imageName}` property has been defined in the `webapp` module.
@@ -217,7 +217,7 @@ Alternatively it can be specified on the command line using a system property, e
 +
 [source,bash]
 ----
-mvn package -Dmavenmixin-docker -Ddocker-plugin.imageName=mycompany/myapp
+mvn install -Dmavenmixin-docker -Ddocker-plugin.imageName=mycompany/myapp
 ----
 +
 The packaged image can be viewed using `docker images`.
@@ -235,7 +235,7 @@ See link:https://github.com/danhaywood/java-mavenmixin-docker#how-to-consume[mav
 +
 [source,bash]
 ----
-mvn deploy -Dmavenmixin-docker
+mvn -pl webapp deploy -Dmavenmixin-docker
 ----
 +
 This assumes that the `${docker-plugin.imageName}` property has been defined, _and_ also that docker registry credentials have been specified in `~/.m2/settings.xml`.