Author: taylor
Date: Tue Jun 13 17:37:54 2017
New Revision: 1798618
URL: http://svn.apache.org/viewvc?rev=1798618&view=rev
Log:
JS2-1357: update tutorial docs to 2.3.1
Modified:
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/configure-maven.xml
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/genapp.xml
Modified:
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/configure-maven.xml
URL:
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/configure-maven.xml?rev=1798618&r1=1798617&r2=1798618&view=diff
==============================================================================
---
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/configure-maven.xml
(original)
+++
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/configure-maven.xml
Tue Jun 13 17:37:54 2017
@@ -64,16 +64,6 @@
</p>
</subsection>
- <subsection name="Configure JetExpress Maven POM">
- <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>
-
<source><![CDATA[<org.apache.portals.jetspeed.version>2.3.0</org.apache.portals.jetspeed.version>]]></source>
- <p>
- Save the pom.xml with the correct version.
- </p>
- </subsection>
-
<subsection name="Configure Jetspeed Maven Plugin">
<p>
The Jetspeed build requires the Jetspeed Maven Plugin. Because this
is not a standard Maven plugin,
Modified:
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/genapp.xml
URL:
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/genapp.xml?rev=1798618&r1=1798617&r2=1798618&view=diff
==============================================================================
---
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/genapp.xml
(original)
+++
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/genapp.xml
Tue Jun 13 17:37:54 2017
@@ -43,7 +43,7 @@
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 \
@@ -51,7 +51,7 @@ mvn org.apache.maven.plugins:maven-arche
]]></source>
<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"/>
+ <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