MVN

org.ow2.clif : tycho-manifest-plugin

Maven & Gradle

Oct 19, 2020

CLIF manifest plugin · a Maven plugin which builds CLIF's manifest.mf plugin for Tycho projects

<plugin>
    <groupId>org.ow2.clif</groupId>
    <artifactId>tycho-manifest-plugin</artifactId>
    <version>3.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.clif : tycho-manifest-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of org.ow2.clif : tycho-manifest-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
tycho-manifest-plugin-3.0.3

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.ow2.clif</groupId>
    <artifactId>tycho-manifest-plugin</artifactId>
    <version>3.0.3</version>
</plugin>