inherit from the plugin-parent/project.xml POM instead of the top level one which is reserved for the master build

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-05-02 14:09:31 +00:00
parent a32712c800
commit d772444d48
43 changed files with 256 additions and 291 deletions

View File

@@ -19,7 +19,7 @@
-->
<project>
<extend>../project.xml</extend>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-checkstyle-plugin</id>
<name>Maven Checkstyle Plug-in</name>