MVN

com.github.segator : jbinary-maven-plugin

Maven & Gradle

Oct 22, 2018
1 stars

This plugin allow you to generate a executable file with your application + jre embeded, you can deliver your application as a single file without need to install java

<plugin>
    <groupId>com.github.segator</groupId>
    <artifactId>jbinary-maven-plugin</artifactId>
    <version>1.0.10</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.10
  • Latest Release Candidate: 1.0.0-RC1

All Versions

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

Version Vulnerabilities Updated
1.0.x
jbinary-maven-plugin-1.0.10
jbinary-maven-plugin-1.0.8
jbinary-maven-plugin-1.0.7
jbinary-maven-plugin-1.0.6
jbinary-maven-plugin-1.0.5
jbinary-maven-plugin-1.0.4
jbinary-maven-plugin-1.0.3
jbinary-maven-plugin-1.0.2
jbinary-maven-plugin-1.0.1
jbinary-maven-plugin-1.0.0
jbinary-maven-plugin-1.0.0-RC1
0.0.x
jbinary-maven-plugin-0.0.1

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.segator</groupId>
    <artifactId>jbinary-maven-plugin</artifactId>
    <version>1.0.10</version>
</plugin>