You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dan Tran <da...@gmail.com> on 2014/06/10 18:20:59 UTC

[ANN] Maven Exec Plugin 1.3.1 Released

Hi,

The Mojo team is pleased to announce the release of the exec-maven-plugin
version 1.3.1.

This plugin provides 2 goals to help execute system and Java programs.

http://mojo.codehaus.org/exec-maven-plugin/
<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>exec-maven-plugin</artifactId>
        <version>1.3.1</version>
</plugin>

Release Notes
*http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11240&version=20347
<http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11240&version=20347>*

Enjoy,

The Mojo team.