Author: ate
Date: Wed Dec 7 21:15:37 2005
New Revision: 354989
URL: http://svn.apache.org/viewcvs?rev=354989&view=rev
Log:
Beyond last-minute fix to get site generation correct with our custom theme.
Modified:
portals/bridges/trunk/project.properties
Modified: portals/bridges/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/portals/bridges/trunk/project.properties?rev=354989&r1=354988&r2=354989&view=diff
==============================================================================
--- portals/bridges/trunk/project.properties (original)
+++ portals/bridges/trunk/project.properties Wed Dec 7 21:15:37 2005
@@ -46,11 +46,12 @@
# restrictive. We need to increase the limit from 12 to 20
maven.pmd.rulesetfiles=rulesets/strings.xml,rulesets/junit.xml,rulesets/braces.xml,rulesets/basic.xml,rulesets/unusedcode.xml,rulesets/design.xml,rulesets/imports.xml,rulesets/codesize.xml
-# ---------------------------------------------------------------------------
# Multiproject settings
-#maven.multiproject.includes=common/project.xml,frameworks/project.xml,jsf/project.xml,perl/project.xml,perl/project.xml,php/project.xml,portletfilter/project.xml,struts/project.xml,velocity/project.xml,applications/*/project.xml
maven.multiproject.includes=*/project.xml,applications/*/project.xml
maven.multiproject.excludes=project.xml,applications/project.xml
+# following are default values but needed here because our allSite goal
doesn't know them from the plugin
+maven.multiproject.aggregateDir=multiproject/
+maven.multiproject.ignoreFailures=false
maven.multiproject.site.goals=site,pdf
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]