MVN

com.github.batkinson.plugins : maven-pack200-plugin

Maven & Gradle

Oct 22, 2014
7 stars

Pack200 Maven Plugin · A simple and flexible pack200 plugin for Apache Maven.

<plugin>
    <groupId>com.github.batkinson.plugins</groupId>
    <artifactId>maven-pack200-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.batkinson.plugins : maven-pack200-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.batkinson.plugins : maven-pack200-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-pack200-plugin-1.0.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>com.github.batkinson.plugins</groupId>
    <artifactId>maven-pack200-plugin</artifactId>
    <version>1.0.1</version>
</plugin>