You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/10/22 01:20:50 UTC

svn commit: r883642 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/recreating-an-archetype.html

Author: buildbot
Date: Mon Oct 21 23:20:49 2013
New Revision: 883642

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 21 23:20:49 2013
@@ -1 +1 @@
-1534397
+1534414

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 21 23:20:49 2013
@@ -1 +1 @@
-1534397
+1534414

Modified: websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html (original)
+++ websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html Mon Oct 21 23:20:49 2013
@@ -329,10 +329,12 @@ for a in .project .classpath .settings b
 
 <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>
 
-<p>where <code>1.2.3</code> is the version of isis core that is to be the parent of the generated archetype.</p>
+<p>where:
+* <code>quickstart</code> is the name of the source application, and 
+* <code>1.2.3</code> is the version of isis core that is to be the parent of the generated archetype.</p>
 
 <h3>Test the archetype</h3>