You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/02/06 02:36:17 UTC

svn commit: r375149 - in /maven/maven-1/plugins-sandbox/trunk/plugins-site: ./ project.properties

Author: aheritier
Date: Sun Feb  5 17:36:16 2006
New Revision: 375149

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

Modified:
    maven/maven-1/plugins-sandbox/trunk/plugins-site/   (props changed)
    maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties

Propchange: maven/maven-1/plugins-sandbox/trunk/plugins-site/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Feb  5 17:36:16 2006
@@ -0,0 +1 @@
+build.properties

Modified: maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties?rev=375149&r1=375148&r2=375149&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties Sun Feb  5 17:36:16 2006
@@ -67,8 +67,9 @@
 maven.multiproject.navigation=independent
 maven.multiproject.overviewPage.title=Maven Plugins in the Sandbox
 maven.multiproject.overviewPage.text=The following Maven plugins are available in the sandbox, some of them because they are still in early development and others because they are no longer mantained:
-maven.multiproject.includes=../*/project.xml
-maven.multiproject.excludes=../plugin-parent/project.xml,../plugins-site/project.xml,../lakta/project.xml
+maven.multiproject.basedir=${basedir}/../
+maven.multiproject.includes=*/project.xml
+maven.multiproject.excludes=plugin-parent/project.xml,plugins-site/project.xml,latka/project.xml
 
 #=====
 # Site plugin settings