Maven helper plugin 1.4 released
Plugin d'aide pour les projets nuiton
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.
- 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
- helper-maven-plugin-1.4-deps.zip - http://nuiton.org/attachments/download/625
- helper-maven-plugin-1.4-full.zip - http://nuiton.org/attachments/download/626
Maven artifacts¶
Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/THIRD-PARTY.properties.asc
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4.jar.asc
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4.pom.asc
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4-tests.jar.asc
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4-sources.jar.asc
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4-test-sources.jar.asc
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4-javadoc.jar.asc
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4-test-javadoc.jar.asc
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4.jar
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4-tests.jar
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4-sources.jar
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4-test-sources.jar
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4-javadoc.jar
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/helper-maven-plugin-1.4-test-javadoc.jar
- http://repo1.maven.org/maven2/org/nuiton/helper-maven-plugin/1.4/THIRD-PARTY.properties
Have fun!
-Maven helper plugin team
Comments