Hi, Maven guys wants us to change the artifact id of any project from maven-XXX-plugin and XXX-maven-plugin. I have done so at http://nuiton.org/issues/1900 So now the GAV will be : org.nuiton:helper-maven-plugin:1.4 This is a huge change to change the GAV and I want any one to be aware of it. When using the next release (1.4) of this project, dont forget to change also GAV from <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-helper-plugin</artifactId> <version>1.4</version> </plugin> to <plugin> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin</artifactId> <version>1.4</version> </plugin> We should also change the project name (but this another debate)... Thanks for your attention. Tony. -- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: chemit@codelutin.com http://www.codelutin.com