NOTE: This is the last release - plugin is RETIRED The Apache Maven team is pleased to announce the release of the Apache Maven Patch Plugin, version 1.3
The Patch Plugin is used to apply patches to source files. https://maven.apache.org/plugins/maven-patch-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-patch-plugin</artifactId> <version>1.3</version> </plugin> Release Notes - Maven Patch Plugin - Version 1.3 ** New Feature * [MPATCH-20] - support exclude pattern ** Improvement * [MPATCH-21] - make build Reproducible ** Task * [MPATCH-26] - Retire Plugin ** Dependency upgrade * [MPATCH-18] - Upgrade parent to 33 * [MPATCH-24] - Update parent pom to 43, Maven 3.6.3 Enjoy, -The Apache Maven team