Skip to content

mojohaus/appassembler

Folders and files

NameName
Last commit message
Last commit date
Mar 10, 2024
May 12, 2019
Apr 27, 2019
Jan 15, 2025
Jan 13, 2025
May 11, 2019
May 11, 2019
Apr 29, 2012
May 1, 2019
Jan 15, 2025

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.