Author: dennisl Date: Thu Dec 10 20:12:35 2009 New Revision: 889403 URL: http://svn.apache.org/viewvc?rev=889403&view=rev Log: o Add l10n-maven-plugin.
Modified: maven/surefire/trunk/maven-surefire-report-plugin/pom.xml Modified: maven/surefire/trunk/maven-surefire-report-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/pom.xml?rev=889403&r1=889402&r2=889403&view=diff ============================================================================== --- maven/surefire/trunk/maven-surefire-report-plugin/pom.xml (original) +++ maven/surefire/trunk/maven-surefire-report-plugin/pom.xml Thu Dec 10 20:12:35 2009 @@ -195,5 +195,22 @@ </plugins> </build> </profile> + <profile> + <id>reporting</id> + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>l10n-maven-plugin</artifactId> + <version>1.0-alpha-2</version> + <configuration> + <locales> + <locale>de</locale> + </locales> + </configuration> + </plugin> + </plugins> + </reporting> + </profile> </profiles> </project>