Author: ebourg-guest Date: 2013-07-01 15:26:53 +0000 (Mon, 01 Jul 2013) New Revision: 16951
Modified: trunk/commons-configuration/debian/changelog trunk/commons-configuration/debian/maven.ignoreRules Log: Added the report plugins to maven.ignoreRules Modified: trunk/commons-configuration/debian/changelog =================================================================== --- trunk/commons-configuration/debian/changelog 2013-07-01 15:12:20 UTC (rev 16950) +++ trunk/commons-configuration/debian/changelog 2013-07-01 15:26:53 UTC (rev 16951) @@ -13,6 +13,7 @@ * Removed the obsolete file debian/ant.properties * Use canonical URLs for the Vcs-* fields * Installed the upstream changelog in the binary packages + * Added the report plugins to maven.ignoreRules -- Emmanuel Bourg <[email protected]> Mon, 01 Jul 2013 16:29:44 +0200 Modified: trunk/commons-configuration/debian/maven.ignoreRules =================================================================== --- trunk/commons-configuration/debian/maven.ignoreRules 2013-07-01 15:12:20 UTC (rev 16950) +++ trunk/commons-configuration/debian/maven.ignoreRules 2013-07-01 15:26:53 UTC (rev 16951) @@ -7,5 +7,9 @@ mockobjects mockobjects-jdk1.4-j2ee1.3 * * * * org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-changes-plugin * * * * +org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * +org.apache.rat apache-rat-plugin * * * * +org.codehaus.mojo cobertura-maven-plugin * * * * +org.codehaus.mojo findbugs-maven-plugin * * * * org.slf4j slf4j-ext * * * * _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

