Maven Application Plugin

Generates an application file. An application file is a single 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.

License

License

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.sf.beezle.maven.plugins
ArtifactId

ArtifactId

application
Last Version

Last Version

1.3.5
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven Application Plugin
Generates an application file. An application file is a single 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.
Project URL

Project URL

https://sourceforge.net/apps/trac/beezle/wiki/ApplicationHome
Project Organization

Project Organization

1&1

Download application

How to add to project

<plugin>
    <groupId>net.sf.beezle.maven.plugins</groupId>
    <artifactId>application</artifactId>
    <version>1.3.5</version>
</plugin>

Dependencies

compile (6)

Group / Artifact Type Version
net.sf.beezle.sushi : sushi jar 2.6.1
com.jcraft : jsch jar 0.1.42
org.apache.maven : maven-model jar 2.2.1
org.apache.maven : maven-plugin-api jar 2.2.1
org.apache.maven : maven-artifact jar 2.2.1
org.apache.maven : maven-project jar 2.2.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0