From 64123d75c66e6641b812b6d4410ed24ab5d30692 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sat, 11 Mar 2006 17:17:47 +0000 Subject: [PATCH] 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 --- plugins-site/project.properties | 2 +- project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins-site/project.properties b/plugins-site/project.properties index f6712214..4605d13a 100644 --- a/plugins-site/project.properties +++ b/plugins-site/project.properties @@ -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 Third Party Plugins and the Sandbox. 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 diff --git a/project.properties b/project.properties index 02c961ff..ccc6cbef 100644 --- a/project.properties +++ b/project.properties @@ -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