MVN

net.sourceforge.openutils : flatten-maven-plugin

Maven & Gradle

Oct 23, 2019
0 stars

Maven Flatten Plugin · Plugin to generate flattened POM (reduced and resolved information required for consumers of maven repositories) and to use (install, sign, deploy) it instead of original pom.xml.

<plugin>
    <groupId>net.sourceforge.openutils</groupId>
    <artifactId>flatten-maven-plugin</artifactId>
    <version>1.2.201910234</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.openutils : flatten-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.201910234

All Versions

Choose a version of net.sourceforge.openutils : flatten-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
flatten-maven-plugin-1.2.201910234

How to add a plugin to Maven

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

<plugin>
    <groupId>net.sourceforge.openutils</groupId>
    <artifactId>flatten-maven-plugin</artifactId>
    <version>1.2.201910234</version>
</plugin>