Maven helper plugin 1.4 released

Plugin d'aide pour les projets nuiton
Added by Maven Release about 1 month ago

The Maven helper plugin team is pleased to announce the helper-maven-plugin-1.4 release!

Plugin d'aide pour les projets nuiton

Documentation of the project can be found here:
http://maven-site.nuiton.org/maven-helper-plugin

Important note

Be ware! Due to task #1900, the artifactId has changed from maven-helper-plugin to helper-maven-plugin.

Do not forget to change the plugin declaration to

<plugin>
<groupId>org.nuiton</groupId>
<artifactId>helper-maven-plugin</artifactId>
<version>1.4</version>
</plugin>

Changes in this version:

New features:
  • Check email title is not blank and trim it Issue: #1759. Thanks to Tony Chemit. Resolved by tchemit.
  • Add a new goal to execute remote script using ssh Issue: #1898. Thanks to Tony Chemit. Resolved by tchemit.
Changes:
  • Updates to junit 4.10 Issue: #1757. Thanks to Tony Chemit. Resolved by tchemit.
  • Change artifact id from m-helper-p to helper-m-p Issue: #1900. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to javax.mail 1.4.4 Issue: #1902. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to wagon-provider-api 1.0 Issue: #1899. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/files/maven-helper-plugin

Maven artifacts

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/

Have fun!
-Maven helper plugin team


Comments