Author: taylor
Date: Thu Sep 24 02:54:22 2015
New Revision: 1704980
URL: http://svn.apache.org/viewvc?rev=1704980&view=rev
Log:
tutorial improvements for 2.3
Modified:
portals/site-live/jetspeed-2/tutorial/01/build-it.html
portals/site-live/jetspeed-2/tutorial/01/configure-maven.html
Modified: portals/site-live/jetspeed-2/tutorial/01/build-it.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/tutorial/01/build-it.html?rev=1704980&r1=1704979&r2=1704980&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/tutorial/01/build-it.html (original)
+++ portals/site-live/jetspeed-2/tutorial/01/build-it.html Thu Sep 24 02:54:22
2015
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 28 July 2015
+ Last Published: 23 September 2015
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -204,8 +204,11 @@
<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>
+<div class="source"><pre>mvn clean install</pre>
+</div>
+<p>This is the standard build command, run it next:</p>
<div class="source"><pre>mvn jetspeed:mvn -Dtarget=all</pre>
</div>
<p>
@@ -224,6 +227,11 @@
<p><i>
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>
+<div class="source"><pre>mvn org.apache.portals.jetspeed-2:mvn
-Dtarget=all</pre>
+</div>
</div>
<div class="section"><h2><a name="Next"></a>Next</h2>
<p>
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=1704980&r1=1704979&r2=1704980&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/tutorial/01/configure-maven.html (original)
+++ portals/site-live/jetspeed-2/tutorial/01/configure-maven.html Thu Sep 24
02:54:22 2015
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 28 July 2015
+ Last Published: 23 September 2015
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -236,6 +236,16 @@
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><org.apache.portals.jetspeed.version>2.3.0</org.apache.portals.jetspeed.version></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,