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:
parent
ca48810852
commit
64123d75c6
@ -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.basedir=${basedir}/..
|
||||
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 don't exclude it because we want that it appears in the plugin list.
|
||||
maven.multiproject.ignoreFailures=true
|
||||
|
||||
@ -24,4 +24,4 @@
|
||||
# Multiproject plugin settings
|
||||
#=====
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user