All Projects → mojohaus → Appassembler

mojohaus / Appassembler

Licence: mit

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Appassembler

checksum-maven-plugin
Compute Maven project artifacts/dependencies/files checksum digests.
Stars: ✭ 36 (-47.83%)
Mutual labels:  maven, maven-plugin
jcabi-maven-plugin
Supplementary maven plugin for AspectJ weaving and versioning of artifacts
Stars: ✭ 25 (-63.77%)
Mutual labels:  maven, maven-plugin
sign-maven-plugin
Maven plugin which creates Open PGP / GPG signatures for all of the project's artifacts
Stars: ✭ 34 (-50.72%)
Mutual labels:  maven, maven-plugin
Animal Sniffer
Stars: ✭ 59 (-14.49%)
Mutual labels:  maven-plugin, maven
Javafx Maven Plugin
Maven plugin for JavaFX
Stars: ✭ 764 (+1007.25%)
Mutual labels:  maven-plugin, maven
scalafix-maven-plugin
Enables automatic refactoring and linting of Maven projects written in Scala using Scalafix.
Stars: ✭ 15 (-78.26%)
Mutual labels:  maven, maven-plugin
rpm-builder
Maven RPM builder plugin
Stars: ✭ 46 (-33.33%)
Mutual labels:  maven, maven-plugin
xml-maven-plugin
XML Maven Plugin
Stars: ✭ 18 (-73.91%)
Mutual labels:  maven, maven-plugin
Proguard Maven Plugin
ProGuard Maven plugin that supports modularised ProGuard packages
Stars: ✭ 353 (+411.59%)
Mutual labels:  maven-plugin, maven
Javapackager
📦 Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them.
Stars: ✭ 285 (+313.04%)
Mutual labels:  maven-plugin, maven
maven-wrapper-plugin
Apache Maven Wrapper Plugin
Stars: ✭ 14 (-79.71%)
Mutual labels:  maven, maven-plugin
Graphql Java Codegen Maven Plugin
Maven plugin for graphql-java-codegen
Stars: ✭ 17 (-75.36%)
Mutual labels:  maven-plugin, maven
cyclonedx-maven-plugin
Creates CycloneDX Software Bill of Materials (SBOM) from Maven projects
Stars: ✭ 103 (+49.28%)
Mutual labels:  maven, maven-plugin
scalor-maven-plugin
Build integrator for Java, Scala, Scala.macro, Scala.js, Scala.native, Eclipse and Maven.
Stars: ✭ 47 (-31.88%)
Mutual labels:  maven, maven-plugin
aspectj-maven-plugin
www.mojohaus.org/aspectj-maven-plugin/
Stars: ✭ 77 (+11.59%)
Mutual labels:  maven, maven-plugin
maven-native
www.mojohaus.org/maven-native/
Stars: ✭ 13 (-81.16%)
Mutual labels:  maven, maven-plugin
wagon-maven-plugin
www.mojohaus.org/wagon-maven-plugin/
Stars: ✭ 23 (-66.67%)
Mutual labels:  maven, maven-plugin
native-build-tools
Native-image plugins for various build tools
Stars: ✭ 168 (+143.48%)
Mutual labels:  maven, maven-plugin
docker-compose-maven-plugin
Run docker-compose with Maven
Stars: ✭ 68 (-1.45%)
Mutual labels:  maven, maven-plugin
Maven Min Plugin
📦 Latke application JavaScript and CSS files compression.
Stars: ✭ 5 (-92.75%)
Mutual labels:  maven-plugin, maven

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].