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 2013/10/22 01:20:40 UTC

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

Author: danhaywood
Date: Mon Oct 21 23:20:40 2013
New Revision: 1534414

URL: http://svn.apache.org/r1534414
Log:
updating release procedures

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=1534414&r1=1534413&r2=1534414&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/recreating-an-archetype.md (original)
+++ isis/site/trunk/content/contributors/recreating-an-archetype.md Mon Oct 21 23:20:40 2013
@@ -55,10 +55,12 @@ Now we can create the archetype:
 
 <pre>
 mvn archetype:create-from-project
-groovy ../../../scripts/updateGeneratedArchetypeSources.groovy -v 1.2.3
+groovy ../../../scripts/updateGeneratedArchetypeSources.groovy -n quickstart -v 1.2.3
 </pre>
 
-where `1.2.3` is the version of isis core that is to be the parent of the generated archetype.
+where:
+* `quickstart` 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