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

- removed custom reports as we can now use the default ones from plugin-parent/project.xml


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115166 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-05-02 12:35:42 +00:00
parent b11beb9e7f
commit b1e39fe825

View File

@@ -19,7 +19,7 @@
-->
<project>
<extend>../project.xml</extend>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-appserver-plugin</id>
<name>Maven Appserver Plugin</name>
@@ -88,12 +88,4 @@
<version>20030211.142821</version>
</dependency>
</dependencies>
<reports>
<report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-license-plugin</report>
<report>maven-linkcheck-plugin</report>
</reports>
</project>