MVN

org.codehaus.mojo : flatten-maven-plugin

Maven & Gradle

May 09, 2023
2 usages
154 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>org.codehaus.mojo</groupId>
    <artifactId>flatten-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : flatten-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.0
  • Latest Beta: 1.0.0-beta-5

All Versions

Choose a version of org.codehaus.mojo : flatten-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
flatten-maven-plugin-1.5.0
1.4.x
flatten-maven-plugin-1.4.1
flatten-maven-plugin-1.4.0
1.3.x
flatten-maven-plugin-1.3.0
1.2.x
flatten-maven-plugin-1.2.7
flatten-maven-plugin-1.2.5
flatten-maven-plugin-1.2.4
flatten-maven-plugin-1.2.3
flatten-maven-plugin-1.2.2
flatten-maven-plugin-1.2.1
1.1.x
flatten-maven-plugin-1.1.0
1.0.x
flatten-maven-plugin-1.0.1
flatten-maven-plugin-1.0.0
flatten-maven-plugin-1.0.0-beta-5
flatten-maven-plugin-1.0.0-beta-4
flatten-maven-plugin-1.0.0-beta-3
flatten-maven-plugin-1.0.0-beta-2
flatten-maven-plugin-1.0.0-beta-1

How to add a plugin to Maven

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

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>flatten-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>

Advertisement