o Add a localization report.
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@670413 13f79535-47bb-0310-9956-ffa450edef68master
parent
571118ee79
commit
b8df16919c
|
|
@ -229,6 +229,22 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
<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>
|
||||
|
||||
<properties>
|
||||
<doxiaVersion>1.0-alpha-10</doxiaVersion>
|
||||
<doxia-sitetoolsVersion>1.0-alpha-10</doxia-sitetoolsVersion>
|
||||
|
|
|
|||
Loading…
Reference in New Issue