You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2009/04/14 07:50:22 UTC

[ANN] Maven Patch Plugin 1.1 Released

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