Hi,

The Mojo team is pleased to announce the release of the Build Helper
Maven Plugin version 1.7.

This plugin contains various small independent goals to assist with
the 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.7</version>
</plugin>

The main additions in this release are the timestamp-property and
regex-property goals.

Release Notes - Maven 2.x Build Helper Plugin - Version 1.7

** New Feature
    * [MBUILDHELPER-28] - Set a property based on the current time/date
    * [MBUILDHELPER-29] - Set a property by applying a regex
replacement rule to a value

Enjoy,

The Mojo team.

YOUR_NAME

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to