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.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка Сеть
Группа

Группа

net.sf.beezle.maven.plugins
Идентификатор

Идентификатор

application
Последняя версия

Последняя версия

1.3.5
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://sourceforge.net/apps/trac/beezle/wiki/ApplicationHome
Организация-разработчик

Организация-разработчик

1&1

Скачать application

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0