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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user