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 2018/01/07 13:21:28 UTC

[isis] branch master updated: fixes verification instructions for running simpleapp

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 46b98af  fixes verification instructions for running simpleapp
46b98af is described below

commit 46b98af67d4fcbb8b9e2655e19e54092cb98ce64
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Jan 7 13:21:26 2018 +0000

    fixes verification instructions for running simpleapp
---
 .../src/main/asciidoc/guides/cgcom/_cgcom_verifying-releases.adoc       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_verifying-releases.adoc b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_verifying-releases.adoc
index cbc3d5a..b021fa7 100644
--- a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_verifying-releases.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_verifying-releases.adoc
@@ -259,7 +259,7 @@ mvn archetype:generate  \
     -o
 
 cd myapp
-mvn clean install -o && mvn -pl jetty:run -o
+mvn clean install -o && mvn -pl webapp jetty:run -o
 ----
 +
 Adjust the version as necessary.

-- 
To stop receiving notification emails like this one, please contact
['"commits@isis.apache.org" <co...@isis.apache.org>'].