is not current version
Last Version 1.6.3

net.oneandone.maven.plugins:application 1.6.2

Generates an application file. An application file is a single executable file containing your entire application, it's all you need to distribute or run the application. Technically, an application file is a Bash shell script with an appended executable jar file. You can invoke it directly or you can pass it as an argument to java -jar. You can rename it without breaking the application.

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.oneandone.maven.plugins
ArtifactId

ArtifactId

application
Version

Version

1.6.2
Type

Type

maven-plugin

Download application 1.6.2


<plugin>
    <groupId>net.oneandone.maven.plugins</groupId>
    <artifactId>application</artifactId>
    <version>1.6.2</version>
</plugin>