You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2005/09/22 23:56:11 UTC

svn commit: r291022 - /portals/jetspeed-2/trunk/xdocs/getting-started.xml

Author: ate
Date: Thu Sep 22 14:56:04 2005
New Revision: 291022

URL: http://svn.apache.org/viewcvs?rev=291022&view=rev
Log:
Correction to section topic numbering (4.4 and 4.5 were in the wrong order) 
and a more explicit description where the custom portal should be build from as suggested by Jouni Rajala.

Modified:
    portals/jetspeed-2/trunk/xdocs/getting-started.xml

Modified: portals/jetspeed-2/trunk/xdocs/getting-started.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/xdocs/getting-started.xml?rev=291022&r1=291021&r2=291022&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/xdocs/getting-started.xml (original)
+++ portals/jetspeed-2/trunk/xdocs/getting-started.xml Thu Sep 22 14:56:04 2005
@@ -592,7 +592,7 @@
           </i>
         </p>
       </subsection>
-      <subsection name="4.5 Further customization of the portal">
+      <subsection name="4.4 Further customization of the portal">
         <p>
           This section doesn't specify anything to do. After the portal project is generated you can adapt and customize
           it to your taste by overriding and merging your own configurations and extensions.
@@ -602,10 +602,11 @@
           described in the previous section or use its subgoals directly. 
         </p>
       </subsection>
-      <subsection name="4.4 Build the portal">
+      <subsection name="4.5 Build the portal">
         <p>
           Once your portal configuration and setup is ready, you can build and install the portal application in your
-          local maven repository (as needed for deployment) using the standard maven goal:
+          local maven repository (as needed for deployment) using the following standard maven goal from your custom
+          portal project directory (in ${org.apache.jetspeed.portal.home}):
           <source>
             <![CDATA[
 maven war:install]]>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org