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/28 23:02:11 UTC

svn commit: r884560 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/getting-started/quickstart-archetype.html content/getting-started/simple-archetype.html

Author: buildbot
Date: Mon Oct 28 22:02:10 2013
New Revision: 884560

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/getting-started/quickstart-archetype.html
    websites/staging/isis/trunk/content/getting-started/simple-archetype.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 28 22:02:10 2013
@@ -1 +1 @@
-1536111
+1536538

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 28 22:02:10 2013
@@ -1 +1 @@
-1536111
+1536538

Modified: websites/staging/isis/trunk/content/getting-started/quickstart-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/getting-started/quickstart-archetype.html (original)
+++ websites/staging/isis/trunk/content/getting-started/quickstart-archetype.html Mon Oct 28 22:02:10 2013
@@ -286,7 +286,9 @@ mvn archetype:generate  \
     -D archetypeArtifactId=quickstart_wicket_restful_jdo-archetype \
     -D archetypeVersion=1.0.3 \
     -D groupId=com.mycompany \
-    -D artifactId=myapp
+    -D artifactId=myapp \
+    -D version=1.0-SNAPSHOT \
+    -B
 </pre>
 
 <p>where:</p>
@@ -294,14 +296,7 @@ mvn archetype:generate  \
 <ul>
 <li><code>groupId</code> represents your own organization, and</li>
 <li><code>artifactId</code> is a unique identifier for this app within your organization.</li>
-</ul>
-
-<p>You'll then be prompted for some further properties; you can generally leave these as the default:</p>
-
-<ul>
-<li>enter a version, eg <code>1.0-SNAPSHOT</code></li>
-<li>enter a package</li>
-<li>confirm the entry</li>
+<li><code>version</code> is the initial (snapshot) version of your app.</li>
 </ul>
 
 <p>The archetype generation process will then run; it only takes a few seconds.</p>

Modified: websites/staging/isis/trunk/content/getting-started/simple-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/getting-started/simple-archetype.html (original)
+++ websites/staging/isis/trunk/content/getting-started/simple-archetype.html Mon Oct 28 22:02:10 2013
@@ -284,7 +284,9 @@ mvn archetype:generate  \
     -D archetypeArtifactId=simple_wicket_restful_jdo-archetype \
     -D archetypeVersion=1.3.0 \
     -D groupId=com.mycompany \
-    -D artifactId=myapp
+    -D artifactId=myapp \
+    -D version=1.0-SNAPSHOT \
+    -B
 </pre>
 
 <p>where:</p>
@@ -292,14 +294,7 @@ mvn archetype:generate  \
 <ul>
 <li><code>groupId</code> represents your own organization, and</li>
 <li><code>artifactId</code> is a unique identifier for this app within your organization.</li>
-</ul>
-
-<p>You'll then be prompted for some further properties; you can generally leave these as the default:</p>
-
-<ul>
-<li>enter a version, eg <code>1.0-SNAPSHOT</code></li>
-<li>enter a package</li>
-<li>confirm the entry</li>
+<li><code>version</code> is the initial (snapshot) version of your app</li>
 </ul>
 
 <p>The archetype generation process will then run; it only takes a few seconds.</p>