You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2005/07/13 00:38:45 UTC

svn commit: r216032 - in /incubator/jackrabbit/trunk: project.properties xdocs/downloads.xml xdocs/navigation.xml

Author: jukka
Date: Tue Jul 12 15:38:40 2005
New Revision: 216032

URL: http://svn.apache.org/viewcvs?rev=216032&view=rev
Log:
Initial doc notes about the multiproject setup.

Modified:
    incubator/jackrabbit/trunk/project.properties
    incubator/jackrabbit/trunk/xdocs/downloads.xml
    incubator/jackrabbit/trunk/xdocs/navigation.xml

Modified: incubator/jackrabbit/trunk/project.properties
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/project.properties?rev=216032&r1=216031&r2=216032&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/project.properties (original)
+++ incubator/jackrabbit/trunk/project.properties Tue Jul 12 15:38:40 2005
@@ -88,6 +88,7 @@
 maven.xdoc.developmentProcessUrl=http://incubator.apache.org/projects/jackrabbit.html
 maven.changelog.range=60
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.multiproject.overviewPage.title=Jackrabbit components
 
 # ------------------------------------------------------------------------
 # M A V E N  J A R  O V E R R I D E

Modified: incubator/jackrabbit/trunk/xdocs/downloads.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/xdocs/downloads.xml?rev=216032&r1=216031&r2=216032&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/xdocs/downloads.xml (original)
+++ incubator/jackrabbit/trunk/xdocs/downloads.xml Tue Jul 12 15:38:40 2005
@@ -78,8 +78,11 @@
          </p>
          <source>maven</source>
          <p>
+            By default the command will build all the Jackrabbit main components and
+            install the resulting jar files into your local Maven repository.
             For other build options, please see the
-            <a href="http://maven.apache.org/start/use.html">Maven documentation</a>.
+            <a href="http://maven.apache.org/start/use.html">Maven documentation</a>
+            and the <a href="http://maven.apache.org/reference/plugins/multiproject/goals.html">Maven Multi-Project goals</a>.
          </p>
          <p>
             <strong>NOTE:</strong>

Modified: incubator/jackrabbit/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/xdocs/navigation.xml?rev=216032&r1=216031&r2=216032&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/xdocs/navigation.xml (original)
+++ incubator/jackrabbit/trunk/xdocs/navigation.xml Tue Jul 12 15:38:40 2005
@@ -39,6 +39,7 @@
     <item name="JCR&#xA0;API&#xA0;Documentation" href="http://www.day.com/maven/jsr170/javadocs/jcr-1.0/" target="_blank"/>
     <item name="Layout"                 href="/layout.html"/>
     <item name="Downloads"              href="/downloads.html"/>
+    <item name="Jackrabbit components"  href="/projects-overview.html"/>
   </menu>
  </body>
 </project>