MVN

no.hassle.maven.plugins : emjar-maven-plugin

Maven & Gradle

Jun 13, 2018
4 stars

emjar-maven-plugin -- for building executable embedded jar files

<plugin>
    <groupId>no.hassle.maven.plugins</groupId>
    <artifactId>emjar-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.hassle.maven.plugins : emjar-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of no.hassle.maven.plugins : emjar-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
emjar-maven-plugin-2.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>no.hassle.maven.plugins</groupId>
    <artifactId>emjar-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>