Author: buildbot
Date: Fri Nov 14 18:30:49 2014
New Revision: 929224

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/intro/getting-started/simpleapp-archetype.html
    
websites/staging/isis/trunk/content/intro/getting-started/todoapp-archetype.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 14 18:30:49 2014
@@ -1 +1 @@
-1639722
+1639723

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 14 18:30:49 2014
@@ -1 +1 @@
-1639722
+1639723

Modified: 
websites/staging/isis/trunk/content/intro/getting-started/simpleapp-archetype.html
==============================================================================
--- 
websites/staging/isis/trunk/content/intro/getting-started/simpleapp-archetype.html
 (original)
+++ 
websites/staging/isis/trunk/content/intro/getting-started/simpleapp-archetype.html
 Fri Nov 14 18:30:49 2014
@@ -454,13 +454,13 @@
 <p>The process is almost identical to that for stable releases, however the 
<code>archetype:generate</code> goal is called with slightly different 
arguments:</p>
 
 <pre><code>mvn archetype:generate  \
-    -D 
archetypeRepository=http://repository-estatio.forge.cloudbees.com/snapshot/ \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
     -D archetypeVersion=1.8.0-SNAPSHOT \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \
+    -D 
archetypeRepository=http://repository-estatio.forge.cloudbees.com/snapshot/ \
     -B
 </code></pre>
 
@@ -475,8 +475,8 @@
 <p>but also:</p>
 
 <ul>
-<li><code>archetypeRepository</code> specifies the location of our snapshot 
repo (hosted on <a href="http://www.cloudbees.com";>CloudBees</a>), and</li>
 <li><code>archetypeVersion</code> is the SNAPSHOT version of Isis.</li>
+<li><code>archetypeRepository</code> specifies the location of our snapshot 
repo (hosted on <a href="http://www.cloudbees.com";>CloudBees</a>), and</li>
 </ul>
 
 <p>The archetype generation process will then run; it only takes a few 
seconds.</p>

Modified: 
websites/staging/isis/trunk/content/intro/getting-started/todoapp-archetype.html
==============================================================================
--- 
websites/staging/isis/trunk/content/intro/getting-started/todoapp-archetype.html
 (original)
+++ 
websites/staging/isis/trunk/content/intro/getting-started/todoapp-archetype.html
 Fri Nov 14 18:30:49 2014
@@ -478,13 +478,13 @@
 <p>The process is almost identical to that for stable releases, however the 
<code>archetype:generate</code> goal is called with slightly different 
arguments:</p>
 
 <pre><code>mvn archetype:generate  \
-    -D 
archetypeRepository=http://repository-estatio.forge.cloudbees.com/snapshot/ \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
     -D archetypeVersion=1.8.0-SNAPSHOT \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \
+    -D 
archetypeRepository=http://repository-estatio.forge.cloudbees.com/snapshot/ \
     -B
 </code></pre>
 
@@ -499,8 +499,8 @@
 <p>but also:</p>
 
 <ul>
-<li><code>archetypeRepository</code> specifies the location of our snapshot 
repo (hosted on <a href="http://www.cloudbees.com";>CloudBees</a>), and</li>
 <li><code>archetypeVersion</code> is the SNAPSHOT version of Isis.</li>
+<li><code>archetypeRepository</code> specifies the location of our snapshot 
repo (hosted on <a href="http://www.cloudbees.com";>CloudBees</a>), and</li>
 </ul>
 
 <p>The archetype generation process will then run; it only takes a few 
seconds.</p>


Reply via email to