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>
Improvement:
- MBUILDHELPER-64 - Add ability to execute mutiple RegexProperty per execution to simply the xml configuration in pom
New Feature:
- MBUILDHELPER-66 - Add ability to retrieve number of available CPUs
Task:
- MBUILDHELPER-65 - reserve-ports-with-min IT fails on windows
Enjoy,
The Mojo team.