MVN

com.github.rmannibucau : common-maven-plugin

Maven & Gradle

Feb 12, 2018
0 stars

Common Utilities for Maven builds · Some common maven utilities.

<plugin>
    <groupId>com.github.rmannibucau</groupId>
    <artifactId>common-maven-plugin</artifactId>
    <version>1.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.7

All Versions

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

Version Vulnerabilities Updated
1.0.x
common-maven-plugin-1.0.7
common-maven-plugin-1.0.6
common-maven-plugin-1.0.5
common-maven-plugin-1.0.4
common-maven-plugin-1.0.3
common-maven-plugin-1.0.2
common-maven-plugin-1.0.1
common-maven-plugin-1.0.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>com.github.rmannibucau</groupId>
    <artifactId>common-maven-plugin</artifactId>
    <version>1.0.7</version>
</plugin>