MVN

org.kuali.maven.plugins : maven-manifest-plugin

Maven & Gradle

Apr 27, 2012

Maven Manifest Plugin · Tools for inspecting MANIFEST.MF files

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>maven-manifest-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.maven.plugins : maven-manifest-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.kuali.maven.plugins : maven-manifest-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
maven-manifest-plugin-1.1.0
1.0.x
maven-manifest-plugin-1.0.1
maven-manifest-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>org.kuali.maven.plugins</groupId>
    <artifactId>maven-manifest-plugin</artifactId>
    <version>1.1.0</version>
</plugin>