Appassembler :: Maven Plug-In

A Mojo for generating bin scripts for Java applications.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

appassembler-maven-plugin
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Appassembler :: Maven Plug-In
A Mojo for generating bin scripts for Java applications.
Project Organization

Project Organization

MojoHaus

Download appassembler-maven-plugin

How to add to project

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

Dependencies

compile (12)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.apache.maven : maven-settings jar 2.2.1

Project Modules

There are no modules declared in this project.

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

Versions

Version
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