[Lutinbuilder-commits] r136 - trunk/lutinproject
Author: chatellier Date: 2008-09-09 08:54:09 +0000 (Tue, 09 Sep 2008) New Revision: 136 Modified: trunk/lutinproject/pom.xml Log: Use maven2 report site plugins. Modified: trunk/lutinproject/pom.xml =================================================================== --- trunk/lutinproject/pom.xml 2008-09-09 07:44:53 UTC (rev 135) +++ trunk/lutinproject/pom.xml 2008-09-09 08:54:09 UTC (rev 136) @@ -596,11 +596,26 @@ <reporting> <plugins> - <!--All site--> - <plugin> <!--License--> + <!-- + The Project Info Reports Plugin has twelve goals: + * project-info-reports:cim is used to generate the Project Continuous Integration System report. + * project-info-reports:dependencies is used to generate the Project Dependencies report. + * project-info-reports:dependency-convergence is used to generate the Project Dependency Convergence report for reactor builds. + * project-info-reports:dependency-management is used to generate the Project DependencyManagement report. + * project-info-reports:index is used to generate the Project index page. + * project-info-reports:issue-tracking is used to generate the Project Issue Tracking report. + * project-info-reports:license is used to generate the Project License report. + * project-info-reports:mailing-list is used to generate the Project Mailing List report. + * project-info-reports:plugin-management is used to generate the Project PluginManagement report. + * project-info-reports:project-team is used to generate the Project Team report. + * project-info-reports:scm is used to generate the Project Source Code Management report. + * project-info-reports:summary is used to generate the Project information reports summary. + + Note : la version 2.1 officielle bug sur le caractere ' + --> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <!-- la version 2.1 officielle bug sur le caractere ' --> <!--version>2.1</version--> <version>2.1-cl</version> </plugin> @@ -610,20 +625,32 @@ <artifactId>maven-javadoc-plugin</artifactId> </plugin> - <plugin> <!--Includes dev and file activity--> - <groupId>org.codehaus.mojo</groupId> - <artifactId>changelog-maven-plugin</artifactId> + <!-- changelog:changelog + changelog:dev-activity + changelog:file-activity --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changelog-plugin</artifactId> </plugin> + <!-- Implicit add of reportSet to not generate jira reports --> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>changes-maven-plugin</artifactId> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + </reports> + </reportSet> + </reportSets> </plugin> + <!-- This plugin produces a nicely formatted metrics report based on your project <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdepend-maven-plugin</artifactId> - </plugin> + </plugin>--> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -644,20 +671,36 @@ </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jxr-maven-plugin</artifactId> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>surefire-report-maven-plugin</artifactId> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> </plugin> + <!-- The Taglist Maven Plugin generates a report on various tags found in the code, like @todo or //TODO tags. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> + </plugin> --> + + <plugin> + <groupId>com.atlassian.maven.plugins</groupId> + <artifactId>maven-clover2-plugin</artifactId> </plugin> - + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-doap-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-docck-plugin</artifactId> + </plugin> + <!--Other--> <plugin> <groupId>net.sf</groupId>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org