MVN

com.github.easypack : easypack-maven-plugin

Maven & Gradle

Jul 05, 2015

EasyPack Maven Plugin · Maven plugin for building Java applications in tar, zip and tar.gz format.

<plugin>
    <groupId>com.github.easypack</groupId>
    <artifactId>easypack-maven-plugin</artifactId>
    <version>1.0.BETA</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.BETA
  • Latest Beta: 1.0.BETA

All Versions

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

Version Vulnerabilities Updated
1.0.x
easypack-maven-plugin-1.0.BETA

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.easypack</groupId>
    <artifactId>easypack-maven-plugin</artifactId>
    <version>1.0.BETA</version>
</plugin>