diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-07-13 18:08:34 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-07-13 18:08:34 +0200 |
commit | 868c0dfe9c18db210ddb9043ef53d69b0e59c4ca (patch) | |
tree | acd82072b510ff1da7c7e577837574b3bd9688e0 /pom.xml | |
parent | dff9de8cb6b737135050e29bde0c558dee88424a (diff) | |
download | sonarqube-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.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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> |