Author: taylor
Date: Thu Sep 24 02:52:13 2015
New Revision: 1704978
URL: http://svn.apache.org/viewvc?rev=1704978&view=rev
Log:
tutorial improvements for 2.3
Modified:
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/build-it.xml
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/configure-maven.xml
Modified:
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/build-it.xml
URL:
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/build-it.xml?rev=1704978&r1=1704977&r2=1704978&view=diff
==============================================================================
---
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/build-it.xml
(original)
+++
portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/01/build-it.xml
Thu Sep 24 02:52:13 2015
@@ -29,8 +29,10 @@
<p>
Now that you have completed the <a href="configure-maven.html">build
and deployment configuration</a>
of your custom portal, you are ready to build the portal.
- Inside the root directory of your project (<i>jetexpress</i>), run the
following command:
+ Inside the root directory of your project (<i>jetexpress</i>), run the
following command only once:
</p>
+ <source><![CDATA[mvn clean install]]></source>
+ <p>This is the standard build command, run it next:</p>
<source><![CDATA[mvn jetspeed:mvn -Dtarget=all]]></source>
<p>
As well as building your custom portal project, this command also:
@@ -51,6 +53,10 @@
Note: for finer grained build and deploy commands see the <a
href="../reference/build-commands.html">Build Commands Reference</a>.
</i>
</p>
+ <p>
+ Note you can also build without $HOME/.m2/settings.xml pluginGroup
with this command:
+ </p>
+ <source><![CDATA[mvn org.apache.portals.jetspeed-2:mvn
-Dtarget=all]]></source>
</section>
<section name="Next">
<p>
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=1704978&r1=1704977&r2=1704978&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
Thu Sep 24 02:52:13 2015
@@ -63,6 +63,17 @@
</i>
</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,