Author: tchemit Date: 2012-05-02 11:41:31 +0200 (Wed, 02 May 2012) New Revision: 1266 Url: http://nuiton.org/repositories/revision/mavenpom/1266 Log: fixes #2074: Remove some reporting configuration Modified: trunk/mavenpomdoc/pom.xml trunk/pom.xml Modified: trunk/mavenpomdoc/pom.xml =================================================================== --- trunk/mavenpomdoc/pom.xml 2012-05-01 11:27:09 UTC (rev 1265) +++ trunk/mavenpomdoc/pom.xml 2012-05-02 09:41:31 UTC (rev 1266) @@ -137,6 +137,29 @@ </reportSets> </plugin> + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>${projectInfoReportsPluginVersion}</version> + <reportSets> + <reportSet> + <reports> + <report>project-team</report> + <report>mailing-list</report> + <report>cim</report> + <report>issue-tracking</report> + <report>license</report> + <report>scm</report> + <report>dependencies</report> + <report>dependency-convergence</report> + <report>plugin-management</report> + <report>plugins</report> + <report>dependency-management</report> + <report>summary</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> </reporting> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-05-01 11:27:09 UTC (rev 1265) +++ trunk/pom.xml 2012-05-02 09:41:31 UTC (rev 1266) @@ -754,12 +754,12 @@ <version>${gwtPluginVersion}</version> </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>l10n-maven-plugin</artifactId> <version>${l10nPluginVersion}</version> </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> @@ -1115,34 +1115,7 @@ <reporting> <plugins> - <!-- - The Project Info Reports Plugin has twelve goals: - see http://maven.apache.org/plugins/maven-project-info-reports-plugin - --> <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>${projectInfoReportsPluginVersion}</version> - <reportSets> - <reportSet> - <reports> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependencies</report> - <report>dependency-convergence</report> - <report>plugin-management</report> - <report>plugins</report> - <report>dependency-management</report> - <report>summary</report> - </reports> - </reportSet> - </reportSets> - </plugin> - - <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>${javadocPluginVersion}</version> <configuration>
participants (1)
-
tchemit@users.nuiton.org