Skip to content

opax/appassembler

This branch is 19 commits behind mojohaus/appassembler:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

32022ac · Mar 21, 2023
Aug 20, 2022
May 12, 2019
Apr 27, 2019
Mar 21, 2023
May 12, 2019
May 11, 2019
May 11, 2019
Apr 29, 2012
May 1, 2019
Aug 20, 2022

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Java 56.6%
  • Groovy 23.1%
  • Shell 15.7%
  • Batchfile 4.6%