The Helper Maven Plugin team is pleased to announce the helper-maven-plugin-parent-2.0 release! Toolbox to help creating new maven plugins Documentation of the project can be found here: http://maven-site.nuiton.org/maven-helper-plugin Important note -------------- Due to #2422, there is a GAV change if you use m-h-p as plugin api. Use now: <dependency> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-api</artifactId> <version>${helperPluginVersion}</version> </dependency> Note that you should also remove some exclusions since new artifact drag less of them. Changes ------- Changes in this version include: New features: o Introduce a new mojo to transform a project version Issue: 2422. Thanks to Tony Chemit. Resolved by tchemit. Changes: o Remove deprecated rest client api Issue: 2406. Thanks to Tony Chemit. Resolved by tchemit. o Updates to plexus-utils 3.0.8 Issue: 2412. Thanks to Tony Chemit. Resolved by tchemit. o Updates to maven-dependency-tree 2.0 Issue: 2413. Thanks to Tony Chemit. Resolved by tchemit. o Deprecates the xpp3 reader api Issue: 2408. Thanks to Tony Chemit. Resolved by tchemit. o Split project in multi-module Issue: 2407. Thanks to Tony Chemit. Resolved by tchemit. o Updates to javax.mail 1.4.5 Issue: 2414. Thanks to Tony Chemit. Resolved by tchemit. o Updates to maven-plugin-testing-harness 1.3 Issue: 2415. Thanks to Tony Chemit. Resolved by tchemit. Downloads --------- For a manual installation, you can download files here: http://nuiton.org/projects/maven-helper-plugin/files * helper-maven-plugin-api-2.0-deps.zip - http://nuiton.org/attachments/download/810 * helper-maven-plugin-api-2.0-full.zip - http://nuiton.org/attachments/download/811 Maven artifacts --------------- Artifacts are deployed in Maven Central Repository http://repo1.maven.org/maven2/ Find us at * http://search.maven.org/#artifactdetails|org.nuiton|helper-maven-plugin-parent|2.0|jar Have fun! -Helper Maven Plugin team