Skip to content

jfinal/appassembler

 
 

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)

Packages

No packages published

Languages

  • Java 56.4%
  • Groovy 23.2%
  • Shell 15.8%
  • Batchfile 4.6%