Author: tchemit Date: 2012-08-08 16:19:59 +0200 (Wed, 08 Aug 2012) New Revision: 3578 Url: http://chorem.org/repositories/revision/lima/3578 Log: site configuration 2 Modified: trunk/lima-swing/pom.xml Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2012-08-08 14:19:31 UTC (rev 3577) +++ trunk/lima-swing/pom.xml 2012-08-08 14:19:59 UTC (rev 3578) @@ -469,6 +469,42 @@ </plugins> </build> </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>index</report> + <report>project-team</report> + <report>mailing-list</report> + <report>cim</report> + <report>issue-tracking</report> + <report>license</report> + <report>scm</report> + <report>dependency-convergence</report> + <report>dependency-management</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + + </profile> </profiles> </project>
participants (1)
-
tchemit@users.chorem.org