MVN

net.oneandone.maven.plugins : application

Maven & Gradle

Dec 04, 2022
4 stars

Maven Application Plugin · Packages your Java application into a single executable file.

<plugin>
    <groupId>net.oneandone.maven.plugins</groupId>
    <artifactId>application</artifactId>
    <version>1.7.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.oneandone.maven.plugins : application to add to Maven - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of net.oneandone.maven.plugins : application to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7.x
application-1.7.0
1.6.x
application-1.6.3
application-1.6.2
application-1.6.1
application-1.6.0
1.5.x
application-1.5.2
application-1.5.1
application-1.5.0
1.4.x
application-1.4.2
application-1.4.1
application-1.4.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>net.oneandone.maven.plugins</groupId>
    <artifactId>application</artifactId>
    <version>1.7.0</version>
</plugin>

Advertisement