MVN

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

Maven & Gradle

Mar 04, 2015

Apache Maven Patch Plugin · The Patch Plugin is used to apply patches to source files.

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-patch-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven.plugins : maven-patch-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of org.apache.maven.plugins : maven-patch-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
maven-patch-plugin-1.2
1.1.x
maven-patch-plugin-1.1.1
1.1
maven-patch-plugin-1.1
1.0
maven-patch-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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