MVN

com.outbrain.swinfra : ci-friendly-maven-plugin

Maven & Gradle

Oct 08, 2020
61 stars

Ci Friendly Maven Plugin · Plugin helps to use CI friendly versions in maven projects https://maven.apache.org/maven-ci-friendly.html replacing the flatten-maven-plugin

<plugin>
    <groupId>com.outbrain.swinfra</groupId>
    <artifactId>ci-friendly-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.outbrain.swinfra : ci-friendly-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.outbrain.swinfra : ci-friendly-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ci-friendly-maven-plugin-1.0.3
ci-friendly-maven-plugin-1.0.2
ci-friendly-maven-plugin-1.0.1
ci-friendly-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.outbrain.swinfra</groupId>
    <artifactId>ci-friendly-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>

Advertisement