[Lutinutil-commits] r1337 - maven-i18n-plugin/trunk
Author: tchemit Date: 2009-02-10 13:19:47 +0000 (Tue, 10 Feb 2009) New Revision: 1337 Modified: maven-i18n-plugin/trunk/pom.xml Log: utilisation de lutinproject 3.4 plutot que lutinpluginproject Modified: maven-i18n-plugin/trunk/pom.xml =================================================================== --- maven-i18n-plugin/trunk/pom.xml 2009-02-10 13:15:45 UTC (rev 1336) +++ maven-i18n-plugin/trunk/pom.xml 2009-02-10 13:19:47 UTC (rev 1337) @@ -100,19 +100,21 @@ <build> <defaultGoal>install</defaultGoal> - <!-- plugin plugin --> - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - <version>2.4.3</version> - <executions> - <execution> - <goals> - <goal>helpmojo</goal> - </goals> - </execution> - </executions> - </plugin> <plugins> + + <!-- plugin plugin --> + <plugin> + <artifactId>maven-plugin-plugin</artifactId> + <version>2.4.3</version> + <executions> + <execution> + <goals> + <goal>helpmojo</goal> + </goals> + </execution> + </executions> + </plugin> + <!-- Always process jrst files, but only called on pre-site phase --> <plugin> <groupId>org.codelutin</groupId>
participants (1)
-
tchemit@users.labs.libre-entreprise.org