MVN

com.garethevans.plugin : patch-maven-plugin

Maven & Gradle

May 21, 2014
0 stars

Patch Maven Plugin · a maven plugin to generate a patch for jboss fuse.

<plugin>
    <groupId>com.garethevans.plugin</groupId>
    <artifactId>patch-maven-plugin</artifactId>
    <version>0.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.garethevans.plugin : patch-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of com.garethevans.plugin : patch-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
patch-maven-plugin-0.0.7

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.garethevans.plugin</groupId>
    <artifactId>patch-maven-plugin</artifactId>
    <version>0.0.7</version>
</plugin>

Advertisement