mdiggory 2004/03/02 04:01:37 Modified: commons-build project.properties Log: adding multiproject properties Revision Changes Path 1.10 +24 -3 jakarta-commons/commons-build/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/jakarta-commons/commons-build/project.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.properties 1 Mar 2004 22:31:33 -0000 1.9 +++ project.properties 2 Mar 2004 12:01:37 -0000 1.10 @@ -73,6 +73,27 @@ ###################################################################### maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/ +###################################################################### +# Multiproject +# +# Multiproject can be used to complete goals across all the projects. +# Multiproject is dependent on the reactor tag, reactor scripting can +# also be inserted into the maven.xml, and velocity scripting can be +# used in places like the navigation.xml to fleshout all project info. +# +###################################################################### +maven.multiproject.aggregateDir= +maven.multiproject.basedir=.. +maven.multiproject.excludes=commons-build/project.xml +maven.multiproject.includes=*/project.xml +maven.multiproject.ignoreFailures=true +maven.multiproject.navigation=aggregate +maven.multiproject.overviewPage.create=true +maven.multiproject.overviewPage.title=Commons Components +maven.multiproject.overviewPage.link=components +maven.multiproject.overviewPage.linkTitle=Commons Components +maven.multiproject.overviewPage.text= +maven.multiproject.type=jar
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
