MVN

org.skife.maven : really-executable-jar-maven-plugin

Maven & Gradle

Mar 11, 2023
124 stars

Really Executable Jar Maven Plugin · Make jar files *really* executable.

<plugin>
    <groupId>org.skife.maven</groupId>
    <artifactId>really-executable-jar-maven-plugin</artifactId>
    <version>2.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.skife.maven : really-executable-jar-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of org.skife.maven : really-executable-jar-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
really-executable-jar-maven-plugin-2.1.1
really-executable-jar-maven-plugin-2.1.0
2.0.x
really-executable-jar-maven-plugin-2.0.0
1.5.x
really-executable-jar-maven-plugin-1.5.0
1.4.x
really-executable-jar-maven-plugin-1.4.1
really-executable-jar-maven-plugin-1.4.0
1.3.x
really-executable-jar-maven-plugin-1.3.0
1.2.x
really-executable-jar-maven-plugin-1.2.0
1.1.x
really-executable-jar-maven-plugin-1.1.0
1.0.x
really-executable-jar-maven-plugin-1.0.5
really-executable-jar-maven-plugin-1.0.3
really-executable-jar-maven-plugin-1.0.2
really-executable-jar-maven-plugin-1.0.1
1.0
really-executable-jar-maven-plugin-1.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>org.skife.maven</groupId>
    <artifactId>really-executable-jar-maven-plugin</artifactId>
    <version>2.1.1</version>
</plugin>

Advertisement