exclude plugins-common from multiprojects

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@385110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-03-11 17:17:47 +00:00
parent ca48810852
commit 64123d75c6
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ 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.basedir=${basedir}/.. maven.multiproject.basedir=${basedir}/..
maven.multiproject.includes=*/project.xml maven.multiproject.includes=*/project.xml
maven.multiproject.excludes=plugins-parent/project.xml,plugins-site/project.xml,examples/project.xml,touchstone/project.xml,touchstone-partner/project.xml maven.multiproject.excludes=plugins-common/project.xml,plugins-parent/project.xml,plugins-site/project.xml,examples/project.xml,touchstone/project.xml,touchstone-partner/project.xml
# We can't create the documention for the xdoc plugin because of the relative entity bug in Dom4J # We can't create the documention for the xdoc plugin because of the relative entity bug in Dom4J
# We don't exclude it because we want that it appears in the plugin list. # We don't exclude it because we want that it appears in the plugin list.
maven.multiproject.ignoreFailures=true maven.multiproject.ignoreFailures=true

View File

@ -24,4 +24,4 @@
# Multiproject plugin settings # Multiproject plugin settings
#===== #=====
maven.build.plugins.includes=*/project.xml maven.build.plugins.includes=*/project.xml
maven.build.plugins.excludes=plugins-parent/project.xml,examples/project.xml,plugins-site/project.xml maven.build.plugins.excludes=plugins-common/project.xml,plugins-parent/project.xml,examples/project.xml,plugins-site/project.xml