r2556 - in trunk: . topia-service-migration topia-tutorial
Author: athimel Date: 2012-05-29 18:36:57 +0200 (Tue, 29 May 2012) New Revision: 2556 Url: http://nuiton.org/repositories/revision/topia/2556 Log: refs #2088 Remove maven-i18n-plugin usage Modified: trunk/pom.xml trunk/topia-service-migration/pom.xml trunk/topia-tutorial/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-05-29 16:16:19 UTC (rev 2555) +++ trunk/pom.xml 2012-05-29 16:36:57 UTC (rev 2556) @@ -386,12 +386,6 @@ </plugin> <plugin> - <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <version>${nuitonI18nVersion}</version> - </plugin> - - <plugin> <artifactId>maven-site-plugin</artifactId> <dependencies> <dependency> Modified: trunk/topia-service-migration/pom.xml =================================================================== --- trunk/topia-service-migration/pom.xml 2012-05-29 16:16:19 UTC (rev 2555) +++ trunk/topia-service-migration/pom.xml 2012-05-29 16:36:57 UTC (rev 2556) @@ -112,20 +112,7 @@ </resources> <plugins> - - <plugin> - <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> + </build> </project> Modified: trunk/topia-tutorial/pom.xml =================================================================== --- trunk/topia-tutorial/pom.xml 2012-05-29 16:16:19 UTC (rev 2555) +++ trunk/topia-tutorial/pom.xml 2012-05-29 16:36:57 UTC (rev 2556) @@ -131,20 +131,6 @@ <!-- I18n plugin to manage library bundle --> <plugin> - <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <executions> - <execution> - <id>make-bundle</id> - <configuration> - <bundleOutputName>library-bundle</bundleOutputName> - </configuration> - <goals> - <!-- This goal will simply push all existing I18n messages from nuiton to library-bundle files --> - <goal>bundle</goal> - </goals> - </execution> - </executions> </plugin> </plugins>
participants (1)
-
athimelï¼ users.nuiton.org