Author: tchemit Date: 2008-07-22 23:26:28 +0000 (Tue, 22 Jul 2008) New Revision: 879 Modified: trunk/commandline/pom.xml Log: changement du groupId Modified: trunk/commandline/pom.xml =================================================================== --- trunk/commandline/pom.xml 2008-07-22 23:23:54 UTC (rev 878) +++ trunk/commandline/pom.xml 2008-07-22 23:26:28 UTC (rev 879) @@ -274,6 +274,12 @@ <artifactId>maven-jaxx-plugin</artifactId> <version>0.2-SNAPHOT</version> </dependency> + + <dependency> + <groupId>org.codelutin.maven.plugin</groupId> + <artifactId>maven-genclean-plugin</artifactId> + <version>0.1-SNAPSHOT</version> + </dependency> </dependencies> </dependencyManagement>