Mojo Exec Maven Plugin Version 1.3.1 Released

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.

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.1</version>
5</plugin>

Release Notes

Bugs:

  • [MEXEC-118] - Cannot execute .cmd scripts on Windows
  • [MEXEC-134] - MIT license text in tarball
  • [MEXEC-137] - Scripts with a .cmd extension do not get executed on Windows

Improvement:

  • [MEXEC-135] - Add ability to configure environment variables using an environment script

Task:

  • [MEXEC-136] - Failing IT

Enjoy,

The Mojo team.