Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.77 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.77 KB

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.