Maven Patch Plugin 1.1 Released

View: New views
1 Messages — Rating Filter:   Alert me  

Maven Patch Plugin 1.1 Released

by Benjamin Bentmann-3 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

The Maven team is pleased to announce the release of the Maven Patch
Plugin, version 1.1

This plugin is used to apply patches to source files. See the plugin's
site for more details:

   http://maven.apache.org/plugins/maven-patch-plugin/

To use the updated plugin in your projects, you need to specify the
version in your project's plugin configuration:

   <plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-patch-plugin</artifactId>
     <version>1.1</version>
   </plugin>

If you connect to a mirror of the central repository, please bear in
mind that it can take several hours until the new artifacts are synced over.

Release Notes - Maven 2.x Patch Plugin - Version 1.1

** Bug
     * [MPATCH-2] - Make command line invocation of patch tool
platform-dependent
     * [MPATCH-3] - Path with space make command line invocation fail

** New Feature
     * [MPATCH-1] - Support deletion of empty files after the patches
have been applied

** Task
     * [MPATCH-5] - Version 1.1 needs to be publicly released

Enjoy,

-The Maven team