Rename the plugin-parent project to plugins-parent to be more consistent with plugins-site. It's the parent of all plugins.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@375409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-02-06 23:26:22 +00:00
parent c985b81552
commit 21859abfd5
72 changed files with 78 additions and 78 deletions

View File

@@ -17,11 +17,11 @@
#====================================================================
# WARNING: All these properties are for the master build only and
# should *not* be inherited by the plugin projects. Plugin projects
# must now inherit from /plugin-parent/project.xml.
# must now inherit from /plugins-parent/project.xml.
#====================================================================
#=====
# Multiproject plugin settings
#=====
maven.build.plugins.includes=*/project.xml
maven.build.plugins.excludes=plugin-parent/project.xml,examples/project.xml,plugins-site/project.xml
maven.build.plugins.excludes=plugins-parent/project.xml,examples/project.xml,plugins-site/project.xml