Author: fdesbois Date: 2012-09-26 18:41:00 +0200 (Wed, 26 Sep 2012) New Revision: 602 Url: http://forge.codelutin.com/repositories/revision/sammoa/602 Log: add report for applicationConfig Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-09-26 15:52:00 UTC (rev 601) +++ trunk/pom.xml 2012-09-26 16:41:00 UTC (rev 602) @@ -557,6 +557,22 @@ </reportSets> </plugin> + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils-maven-report-plugin</artifactId> + <version>${nuitonUtilsVersion}</version> + <reportSets> + <reportSet> + <reports> + <report>aggregate-application-config-report</report> + </reports> + </reportSet> + </reportSets> + <configuration> + <i18nBundleName>sammoa-ui-swing</i18nBundleName> + </configuration> + </plugin> + </plugins> </reporting>