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:
parent
6a55a07890
commit
31d18f92ba
@ -67,8 +67,9 @@ maven.linkcheck.exclude=${pom.repository.url},${maven.changelog.svn.baseurl}
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user