Author: tchemit Date: 2010-01-16 18:37:44 +0100 (Sat, 16 Jan 2010) New Revision: 762 Modified: trunk/pom.xml Log: Evolution #216: Utilisation maven-clean-plugin 2.4 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-15 17:01:21 UTC (rev 761) +++ trunk/pom.xml 2010-01-16 17:37:44 UTC (rev 762) @@ -688,6 +688,11 @@ </plugin> <plugin> + <artifactId>maven-clean-plugin</artifactId> + <version>2.4</version> + </plugin> + + <plugin> <groupId>org.nuiton.thirdparty</groupId> <artifactId>webstart-maven-plugin</artifactId> <version>1.0-alpha-2-cl_20091001</version>