Apache Maven Patch Plugin Version 1.2 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Patch Plugin, version 1.2.
The Patch Plugin is used to apply patches to source files.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-patch-plugin</artifactId>
4 <version>1.2</version>
5</plugin>
Release Notes - Maven Patch Plugin - Version 1.2:
Improvement:
- MPATCH-17 - Make Plugin only 2.2.1 compatible - get rid of Maven 2.0
New Feature:
- MPATCH-15 - Expose the "binary" option as a parameter
Task:
- MPATCH-14 - use maven-plugin-tools' java 5 annotations
Enjoy,
- The Apache Maven team