Appassembler :: Maven Plug-In

A Mojo for generating bin scripts for Java applications.

Лицензия

Лицензия

Категории

Категории

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

Группа

org.codehaus.mojo
Идентификатор

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

appassembler-maven-plugin
Последняя версия

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

2.1.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Appassembler :: Maven Plug-In
A Mojo for generating bin scripts for Java applications.
Организация-разработчик

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

MojoHaus

Скачать appassembler-maven-plugin

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

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>appassembler-maven-plugin</artifactId>
    <version>2.1.0</version>
</plugin>

Зависимости

compile (12)

Идентификатор библиотеки Тип Версия
org.codehaus.mojo.appassembler : appassembler-model jar 2.1.0
commons-io : commons-io jar 2.4
org.codehaus.plexus : plexus-utils jar 3.2.0
org.codehaus.plexus : plexus-interpolation jar 1.25
org.apache.maven.shared : maven-mapping jar 1.0
stax : stax-api jar 1.0.1
org.apache.maven : maven-model jar 2.2.1
org.apache.maven : maven-plugin-api jar 2.2.1
org.apache.maven : maven-project jar 2.2.1
org.apache.maven.shared : maven-filtering jar 1.3
org.apache.maven : maven-artifact jar 2.2.1
org.codehaus.plexus : plexus-archiver jar 3.2

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.apache.maven : maven-settings jar 2.2.1

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

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

Appassembler Maven Plugin

This project contains the Appassembler Maven Plugin project.

The MIT License Maven Central Build Status Build Status (AppVeyor)

Overview

The Application Assembler Plugin is a Maven plugin for generating scripts for starting java applications. All dependencies and the artifact of the project itself are placed in a generated Maven repository in a defined assemble directory. All artifacts (dependencies + the artifact from the project) are added to the classpath in the generated bin scripts.

Supported platforms:

  • Unix-variants
  • Windows NT (Windows 9x is NOT supported)
  • Java Service Wrapper (JSW)

Contributing

The first step is to create an appropriate issue. Describe the problem/idea you have and create an appropriate pull request.

Furthermore please get your commit message look like this:

Fixed #IssueNumber - Head line of the issue
 o Optional explanations if needed

Squash your pull request into a single commit to make the later history easier to read. Apart from that please check that all tests are working.

org.codehaus.mojo

MojoHaus

Various plugins for Apache Maven. Previously hosted on Codehaus and known as the codehaus MOJO project

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

Версия
2.1.0
2.0.0
1.10
1.9
1.8.1
1.8
1.7
1.6
1.5
1.4
1.3.1
1.3
1.2.2
1.2.1
1.2
1.1.1
1.1
1.0
1.0-beta-2
1.0-beta-1
1.0-alpha-2
1.0-alpha-1