MVN

com.github.stephenc.diffpatch : diffpatch-maven-plugin

Maven & Gradle

Jan 25, 2019
0 stars

Diff-Patch Maven Plugin · A plugin for patching files.

<plugin>
    <groupId>com.github.stephenc.diffpatch</groupId>
    <artifactId>diffpatch-maven-plugin</artifactId>
    <version>0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stephenc.diffpatch : diffpatch-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of com.github.stephenc.diffpatch : diffpatch-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5
diffpatch-maven-plugin-0.5
0.4
diffpatch-maven-plugin-0.4
0.3
diffpatch-maven-plugin-0.3
0.2
diffpatch-maven-plugin-0.2
0.1
diffpatch-maven-plugin-0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>com.github.stephenc.diffpatch</groupId>
    <artifactId>diffpatch-maven-plugin</artifactId>
    <version>0.5</version>
</plugin>

Advertisement