You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Karl Heinz Marbaise <kh...@gmx.de> on 2014/04/22 21:47:35 UTC

[ANNOUNCE] Release Mojo's Exec Maven Plugin version 1.3

Hi,

The Mojo team is pleased to announce the release of the
Exec Maven Plugin version 1.3.

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

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


Release Notes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11240&version=17822

Bug

  [MEXEC-86] - outputFile support for capturing exec not functional
  [MEXEC-104] - Cannot pass empty argument to exec goal.
  [MEXEC-105] - %classpath is fragile when used with <commandlineArgs>
  [MEXEC-108] - NPE at EnvironmentUtils.toStrings()

Improvements:

  [MEXEC-66] - ability to add custom classpath together
               with %classpath placeholder
  [MEXEC-73] - add configuration for adding additional
               directories to project classpath
  [MEXEC-93] - Exec plugin not marked as @threadSafe
  [MEXEC-107] - Drop @execute phase="validate" from ExecJavaMojo
  [MEXEC-119] - At position of argument to "Misconfigured
                argument, value is null" message
  [MEXEC-122] - Run integration test only by using the profile run-its
  [MEXEC-123] - use java 5 plexus annotations
  [MEXEC-125] - Upgrade Plugin Required Maven Version to 2.2.1
  [MEXEC-129] - provided scope for maven-plugin-annotation
  [MEXEC-130] - @threadSafe
  [MEXEC-131] - commons-exec upgrade to 1.2
  [MEXEC-133] - Upgrade to mojo-parent v:33

Task

  [MEXEC-101] - Migrate plugin to JDK5

Wish

  [MEXEC-126] - Bring back Maven 2.0.11 Compatibility

Enjoy,

The Mojo team.

Karl-Heinz Marbaise

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org