o added l10n-maven-plugin report in a reporting profile

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@684242 13f79535-47bb-0310-9956-ffa450edef68
master
Vincent Siveton 2008-08-09 12:36:07 +00:00
parent 5d38c8d3a8
commit 5060d590a6
1 changed files with 21 additions and 0 deletions

View File

@ -107,4 +107,25 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-tools/trunk/maven-plugin-tools-api/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/plugin-tools/trunk/maven-plugin-tools-api/</url>
</scm>
<profiles>
<profile>
<id>reporting</id>
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>l10n-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
<configuration>
<locales>
<locale>de</locale>
<locale>fr</locale>
</locales>
</configuration>
</plugin>
</plugins>
</reporting>
</profile>
</profiles>
</project>