Mojo Build Helper Maven Plugin Version 1.9 Released

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

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

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

1<plugin>
2  <groupId>org.codehaus.mojo</groupId>
3  <artifactId>build-helper-maven-plugin</artifactId>
4  <version>1.9</version>
5</plugin>

Release Notes

Improvement:

  • MBUILDHELPER-64 - Add ability to execute mutiple RegexProperty per execution to simply the xml configuration in pom

New Feature:

Task:

Enjoy,

The Mojo team.