Appassembler :: Model

Parent POM for all MojoHaus hosted Apache Maven plugins and components.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

2.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Appassembler :: Model
Parent POM for all MojoHaus hosted Apache Maven plugins and components.
Организация-разработчик

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

MojoHaus

Скачать appassembler-model

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

<!-- https://jarcasting.com/artifacts/org.codehaus.mojo.appassembler/appassembler-model/ -->
<dependency>
    <groupId>org.codehaus.mojo.appassembler</groupId>
    <artifactId>appassembler-model</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo.appassembler/appassembler-model/
implementation 'org.codehaus.mojo.appassembler:appassembler-model:2.1.0'
// https://jarcasting.com/artifacts/org.codehaus.mojo.appassembler/appassembler-model/
implementation ("org.codehaus.mojo.appassembler:appassembler-model:2.1.0")
'org.codehaus.mojo.appassembler:appassembler-model:jar:2.1.0'
<dependency org="org.codehaus.mojo.appassembler" name="appassembler-model" rev="2.1.0">
  <artifact name="appassembler-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo.appassembler', module='appassembler-model', version='2.1.0')
)
libraryDependencies += "org.codehaus.mojo.appassembler" % "appassembler-model" % "2.1.0"
[org.codehaus.mojo.appassembler/appassembler-model "2.1.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.codehaus.plexus : plexus-utils jar 3.2.0
stax : stax-api jar 1.0.1
net.java.dev.stax-utils : stax-utils jar 20060502

runtime (1)

Идентификатор библиотеки Тип Версия
stax : stax jar 1.1.1-dev

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

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

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.appassembler

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