Author: tchemit Date: 2008-07-22 23:32:42 +0000 (Tue, 22 Jul 2008) New Revision: 881 Modified: trunk/commandline/commandline-ui/pom.xml trunk/commandline/pom.xml Log: utilisation de maven-genclean-plugin Modified: trunk/commandline/commandline-ui/pom.xml =================================================================== --- trunk/commandline/commandline-ui/pom.xml 2008-07-22 23:27:18 UTC (rev 880) +++ trunk/commandline/commandline-ui/pom.xml 2008-07-22 23:32:42 UTC (rev 881) @@ -59,6 +59,18 @@ </resources> <plugins> + <plugin> + <groupId>org.codelutin.maven.plugins</groupId> + <artifactId>maven-genclean-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>clean</goal> + </goals> + </execution> + </executions> + </plugin> + <!-- jaxx --> <plugin> <groupId>org.codelutin.jaxx</groupId> @@ -106,28 +118,6 @@ </execution> </executions> </plugin> - <!-- ant --> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>clean</id> - <phase>clean</phase> - <configuration> - <tasks> - <mkdir dir="${basedir}/gen/java"/> - <delete includeemptydirs="true"> - <fileset dir="${basedir}/gen/java" includes="**/*"/> - </delete> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> </build> Modified: trunk/commandline/pom.xml =================================================================== --- trunk/commandline/pom.xml 2008-07-22 23:27:18 UTC (rev 880) +++ trunk/commandline/pom.xml 2008-07-22 23:32:42 UTC (rev 881) @@ -276,7 +276,7 @@ </dependency> <dependency> - <groupId>org.codelutin.maven.plugin</groupId> + <groupId>org.codelutin.maven.plugins</groupId> <artifactId>maven-genclean-plugin</artifactId> <version>0.1-SNAPSHOT</version> </dependency>