Fix multiproject settings

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@375147 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-02-06 01:34:48 +00:00
parent 6a55a07890
commit 31d18f92ba

View File

@ -67,8 +67,9 @@ maven.linkcheck.exclude=${pom.repository.url},${maven.changelog.svn.baseurl}
maven.multiproject.navigation=independent maven.multiproject.navigation=independent
maven.multiproject.overviewPage.title=Plugins supplied with Maven 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.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.basedir=${basedir}/../
maven.multiproject.excludes=../plugin-parent/project.xml,../plugins-site/project.xml,../examples/project.xml,../touchstone/project.xml,../touchstone-partner/project.xml 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 # Site plugin settings