MVN

sg.enixsoft : capsule-maven-plugin

Maven & Gradle

Jun 29, 2016

Capsule Maven Plugin · The maven plugin to build capsules of your jars.

<plugin>
    <groupId>sg.enixsoft</groupId>
    <artifactId>capsule-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of sg.enixsoft : capsule-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of sg.enixsoft : capsule-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
capsule-maven-plugin-1.3.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>sg.enixsoft</groupId>
    <artifactId>capsule-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>

Advertisement