Author: aheritier
Date: Sun Feb  5 17:34:48 2006
New Revision: 375147

URL: http://svn.apache.org/viewcvs?rev=375147&view=rev
Log:
Fix multiproject settings

Modified:
    maven/maven-1/plugins/trunk/plugins-site/project.properties

Modified: maven/maven-1/plugins/trunk/plugins-site/project.properties
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugins-site/project.properties?rev=375147&r1=375146&r2=375147&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-site/project.properties (original)
+++ maven/maven-1/plugins/trunk/plugins-site/project.properties Sun Feb  5 
17:34:48 2006
@@ -67,8 +67,9 @@
 maven.multiproject.navigation=independent
 maven.multiproject.overviewPage.title=Plugins supplied with Maven
 maven.multiproject.overviewPage.text=The following Maven plugins are available 
as part of the Maven Project. Please refer also to the list of available <a 
href="../3rdparty.html">Third Party Plugins</a> and the <a 
href="../../plugins-sandbox/index.html">Sandbox</a>.
-maven.multiproject.includes=../*/project.xml
-maven.multiproject.excludes=../plugin-parent/project.xml,../plugins-site/project.xml,../examples/project.xml,../touchstone/project.xml,../touchstone-partner/project.xml
+maven.multiproject.basedir=${basedir}/../
+maven.multiproject.includes=*/project.xml
+maven.multiproject.excludes=plugin-parent/project.xml,plugins-site/project.xml,examples/project.xml,touchstone/project.xml,touchstone-partner/project.xml
 
 #=====
 # Site plugin settings


Reply via email to