- extend parent-plugin's project.xml
- removed the report section as we wish to use the default reports - changed Christian's email address as he's now an Octo employee :-) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115674 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
-->
|
||||
|
||||
<project>
|
||||
<extend>../project.xml</extend>
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-abbot-plugin</id>
|
||||
<name>Maven Abbot plugin</name>
|
||||
@@ -44,8 +44,8 @@
|
||||
<developer>
|
||||
<name>Christian Blavier</name>
|
||||
<id>cblavier</id>
|
||||
<email>christian.blavier@bnpparibas.fr</email>
|
||||
<organization>BNP Paribas</organization>
|
||||
<email>cblavier@octo.com</email>
|
||||
<organization>Octo Technology</organization>
|
||||
<roles>
|
||||
<role>Creator</role>
|
||||
<role>Java Developer</role>
|
||||
@@ -161,13 +161,4 @@
|
||||
</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-file-activity-plugin</report>
|
||||
<report>maven-license-plugin</report>
|
||||
<report>maven-linkcheck-plugin</report>
|
||||
</reports>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user