MVN

org.openecard.tools : pack200-maven-plugin

Maven & Gradle

Oct 27, 2015
0 stars

Pack200 Maven Plugin · Maven plugin to execute the "pack200 - JAR Packing tool".

<plugin>
    <groupId>org.openecard.tools</groupId>
    <artifactId>pack200-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openecard.tools : pack200-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.openecard.tools : pack200-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
pack200-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>org.openecard.tools</groupId>
    <artifactId>pack200-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement