aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2011-07-13 18:08:34 +0200
committerFabrice Bellingard <bellingard@gmail.com>2011-07-13 18:08:34 +0200
commit868c0dfe9c18db210ddb9043ef53d69b0e59c4ca (patch)
treeacd82072b510ff1da7c7e577837574b3bd9688e0 /pom.xml
parentdff9de8cb6b737135050e29bde0c558dee88424a (diff)
downloadsonarqube-868c0dfe9c18db210ddb9043ef53d69b0e59c4ca.tar.gz
sonarqube-868c0dfe9c18db210ddb9043ef53d69b0e59c4ca.zip
SONAR-2589 Creation of a I18n English Pack
- Creation of the plugin - Modification the I18nManager to read keys from this plugin in the first place
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 09726b8d139..5184872ae1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
<module>plugins/sonar-cpd-plugin</module>
<module>plugins/sonar-squid-java-plugin</module>
<module>plugins/sonar-design-plugin</module>
+ <module>plugins/sonar-i18n-en-plugin</module>
</modules>
<organization>
@@ -1153,6 +1154,19 @@
<ignore></ignore>
</action>
</pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>native2ascii-maven-plugin</artifactId>
+ <versionRange>[1.0-alpha-1,)</versionRange>
+ <goals>
+ <goal>native2ascii</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>