MojoHaus Exec Maven Plugin Version 1.5.0 Released
The Mojo team is pleased to announce the release of the Exec Maven Plugin version 1.5.0.
The plugin helps with execution of 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.5.0</version>
5</plugin>
The Release Notes are available via GitHub Issue Tracker.
Enjoy,
The MojoHaus Team.