MVN

com.teamtter.maven : cifriendly-maven-plugin

Maven & Gradle

Jun 19, 2018
1 stars

cifriendly-maven-plugin Maven Mojo · This plugin helps with configuring Maven projects (especially multi-modules) for them to be Continuous Integration friendly.

<plugin>
    <groupId>com.teamtter.maven</groupId>
    <artifactId>cifriendly-maven-plugin</artifactId>
    <version>1.0.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.teamtter.maven : cifriendly-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of com.teamtter.maven : cifriendly-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
cifriendly-maven-plugin-1.0.8
cifriendly-maven-plugin-1.0.7
cifriendly-maven-plugin-1.0.6

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.teamtter.maven</groupId>
    <artifactId>cifriendly-maven-plugin</artifactId>
    <version>1.0.8</version>
</plugin>