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 2014/07/19 13:13:59 UTC

svn commit: r1611888 - /isis/site/trunk/content/contributors/recreating-an-archetype.md

Author: danhaywood
Date: Sat Jul 19 11:13:58 2014
New Revision: 1611888

URL: http://svn.apache.org/r1611888
Log:
updating docs

Modified:
    isis/site/trunk/content/contributors/recreating-an-archetype.md

Modified: isis/site/trunk/content/contributors/recreating-an-archetype.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/recreating-an-archetype.md?rev=1611888&r1=1611887&r2=1611888&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/recreating-an-archetype.md (original)
+++ isis/site/trunk/content/contributors/recreating-an-archetype.md Sat Jul 19 11:13:58 2014
@@ -73,11 +73,11 @@ Quickly check that the remaining files a
 Now we can create the archetype:
 
     mvn archetype:create-from-project
-    groovy ../../../scripts/updateGeneratedArchetypeSources.groovy -n quickstart -v 1.2.3
+    groovy ../../../scripts/updateGeneratedArchetypeSources.groovy -n simpleapp -v 1.2.3
 
 where:
 
-- `quickstart` is the name of the source application, and 
+- `simpleapp` is the name of the source application, and 
 - `1.2.3` is the version of isis core that is to be the parent of the generated archetype.
 
 ### Test the archetype