Author: jpages Date: 2012-05-29 10:57:14 +0200 (Tue, 29 May 2012) New Revision: 681 Url: http://nuiton.org/repositories/revision/jrst/681 Log: Ajout du profil maven-project-info-reports-plugin dans le pom du projet Modified: branches/jrst-docutils-jython/pom.xml Modified: branches/jrst-docutils-jython/pom.xml =================================================================== --- branches/jrst-docutils-jython/pom.xml 2012-05-29 08:47:10 UTC (rev 680) +++ branches/jrst-docutils-jython/pom.xml 2012-05-29 08:57:14 UTC (rev 681) @@ -456,6 +456,49 @@ <module>maven-jrst-plugin</module> </modules> </profile> + + <profile> + <id>reporting</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + + <reporting> + <plugins> + + <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> + + </profile> + </profiles> + + </project>
participants (1)
-
jpages@users.nuiton.org