MVN

org.brylex.maven : exec-jar

Maven & Gradle

Jun 08, 2017
1 stars

Executable JAR · Turns a JAR module artifact into an executable JAR file that preserves dependencies.

<plugin>
    <groupId>org.brylex.maven</groupId>
    <artifactId>exec-jar</artifactId>
    <version>1.0-RC1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.brylex.maven : exec-jar to add to Maven - Latest Versions:

  • Latest Stable: 1.0-RC1
  • Latest Release Candidate: 1.0-RC1

All Versions

Choose a version of org.brylex.maven : exec-jar to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
exec-jar-1.0-RC1

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.brylex.maven</groupId>
    <artifactId>exec-jar</artifactId>
    <version>1.0-RC1</version>
</plugin>

Advertisement