Mojo Exec Maven Plugin Version 1.3.2 Released
The Mojo team is pleased to announce the release of the exec-maven-plugin version 1.3.2.
This plugin provides 2 goals to help execute system and Java programs.
To get this update, simply specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.codehaus.mojo</groupId>
3 <artifactId>exec-maven-plugin</artifactId>
4 <version>1.3.2</version>
5</plugin>
Bugs:
Task:
- MEXEC-139 - maven 2.2.1 as minimum maven runtime
Enjoy,
The Mojo team.