You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@portals.apache.org by ta...@apache.org on 2017/06/13 17:38:40 UTC

svn commit: r1798619 - in /portals/site-live/jetspeed-2/tutorial/01: configure-maven.html genapp.html

Author: taylor
Date: Tue Jun 13 17:38:40 2017
New Revision: 1798619

URL: http://svn.apache.org/viewvc?rev=1798619&view=rev
Log:
JS2-1357: update tutorial docs to 2.3.1

Modified:
    portals/site-live/jetspeed-2/tutorial/01/configure-maven.html
    portals/site-live/jetspeed-2/tutorial/01/genapp.html

Modified: portals/site-live/jetspeed-2/tutorial/01/configure-maven.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/tutorial/01/configure-maven.html?rev=1798619&r1=1798618&r2=1798619&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/tutorial/01/configure-maven.html (original)
+++ portals/site-live/jetspeed-2/tutorial/01/configure-maven.html Tue Jun 13 17:38:40 2017
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 23 September 2015
+        Last Published: 13 June 2017
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/applications/" class="externalLink">Applications</a>
             |
@@ -231,21 +231,11 @@
 <p><i>
             Note: it is of course possible to use/configure a different application server and database but
             it's beyond the purpose of this tutorial to describe this.
-            The <a href="http://portals.apache.org/jetspeed-2/deployguide/index.html" class="externalLink">Jetspeed Deployment Guide</a>
+            The <a class="externalLink" href="http://portals.apache.org/jetspeed-2/deployguide/index.html">Jetspeed Deployment Guide</a>
             describes in detail how to deploy your portal to different application servers, and how to
             configure different databases.
           </i></p>
 </div>
-<div class="section"><h3><a name="Configure_JetExpress_Maven_POM"></a>Configure JetExpress Maven POM</h3>
-<p>
-                Edit the pom.xml found in the root of your JetExpress project. Change the Jetspeed version to the current version (2.3.0), NOT a SNAPSHOT:
-            </p>
-<div class="source"><pre>&lt;org.apache.portals.jetspeed.version&gt;2.3.0&lt;/org.apache.portals.jetspeed.version&gt;</pre>
-</div>
-<p>
-                Save the pom.xml with the correct version.
-            </p>
-</div>
 <div class="section"><h3><a name="Configure_Jetspeed_Maven_Plugin"></a>Configure Jetspeed Maven Plugin</h3>
 <p>
           The Jetspeed build requires the Jetspeed Maven Plugin. Because this is not a standard Maven plugin,
@@ -291,7 +281,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2015
+          2004-2017
     
           Apache Software Foundation
           

Modified: portals/site-live/jetspeed-2/tutorial/01/genapp.html
URL: http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/tutorial/01/genapp.html?rev=1798619&r1=1798618&r2=1798619&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/tutorial/01/genapp.html (original)
+++ portals/site-live/jetspeed-2/tutorial/01/genapp.html Tue Jun 13 17:38:40 2017
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 28 July 2015
+        Last Published: 13 June 2017
                       </div>
             <div class="xright">            <a href="http://portals.apache.org/applications/" class="externalLink">Applications</a>
             |
@@ -204,7 +204,7 @@
 <p>
         The easiest way to start a custom portal project is to use the Jetspeed Archetype to
         generate a Maven project.
-        An <a href="http://maven.apache.org/guides/introduction/introduction-to-archetypes.html" class="externalLink">archetype</a>
+        An <a class="externalLink" href="http://maven.apache.org/guides/introduction/introduction-to-archetypes.html">archetype</a>
         is a template that you can use to generate
         a boilerplate project. Technically it is not required to use Maven, but it is recommended
         because it will give you more control over your build and release management.
@@ -218,14 +218,14 @@
 mvn org.apache.maven.plugins:maven-archetype-plugin:2.3 \
     -DarchetypeGroupId=org.apache.portals.jetspeed-2 \
     -DarchetypeArtifactId=jetspeed-archetype \
-    -DarchetypeVersion=2.3.0 \
+    -DarchetypeVersion=2.3.1 \
     -DartifactId=jetexpress \
     -Dpackage=org.apache.portals.tutorials \
     -DgroupId=org.apache.portals.tutorials \
     -Dversion=1.0-SNAPSHOT
 </pre>
 </div>
-<p><b>Paste into Command Line:</b><input id="genapp" size="80" value="mvn org.apache.maven.plugins:maven-archetype-plugin:2.3:generate -DarchetypeGroupId=org.apache.portals.jetspeed-2 -DarchetypeArtifactId=jetspeed-archetype -DarchetypeVersion=2.3.0 -DartifactId=jetexpress -Dpackage=org.apache.portals.tutorials -DgroupId=org.apache.portals.tutorials -Dversion=1.0-SNAPSHOT"></p>
+<p><b>Paste into Command Line:</b><input id="genapp" size="80" value="mvn org.apache.maven.plugins:maven-archetype-plugin:2.3:generate -DarchetypeGroupId=org.apache.portals.jetspeed-2 -DarchetypeArtifactId=jetspeed-archetype -DarchetypeVersion=2.3.1 -DartifactId=jetexpress -Dpackage=org.apache.portals.tutorials -DgroupId=org.apache.portals.tutorials -Dversion=1.0-SNAPSHOT"></p>
 <p>
         With this command you specify which archetype to use (<i>archetypeGroupId</i>, <i>archetypeArtifactId</i>), and which version of
         the archetype (<i>archetypeVersion</i>). In addition you specify a number of parameters that will be used by
@@ -269,7 +269,7 @@ Y: : </pre>
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2015
+          2004-2017
     
           Apache Software Foundation