You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Baptiste MATHUS <ml...@batmat.net> on 2013/03/31 09:34:59 UTC

[ANN] build-helper-maven-plugin 1.8 Released

Hi,

The Mojo team is pleased to announce the release of the
build-helper-maven-plugin version 1.8.

This plugin contains various small independent goals to assist with Maven
build lifecycle.

http://mojo.codehaus.org/build-helper-maven-plugin/

To get this update, simply specify the version in your project's plugin
configuration:

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>build-helper-maven-plugin</artifactId>
        <version>1.8</version>
</plugin>

Release Notes
https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11702&version=17476

Enjoy,

The Mojo team.

-- Baptiste