GithubHelp home page GithubHelp logo

easypack / easypack-maven-plugin Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 4.0 90 KB

Maven plugin for facilitating the distribution of Java aplications in tar, zip and tar.gz formats.

Java 98.63% Shell 1.37%
maven zip tar targz package gz-format java-applications

easypack-maven-plugin's Introduction

EasyPack Maven Plugin

EasyPack Maven Plugin facilitates the distribution of Java applications in tar, zip and tar.gz formats.

The plugin introduces three new packaging types for using instead of the standard jar and war options. The final artifact is a tar, zip or tar.gz archive that includes the java application.

The pom will look like:

              <groupId>com.my-company</groupId>
              <artifactId>my-app</artifactId>
              <version>1.0-SNAPSHOT<version>
              <packaging> jtar </packaging>
              <groupId>com.my-company</groupId>
              <artifactId>my-app</artifactId>
              <version>1.0-SNAPSHOT<version>
              <packaging> jzip </packaging>
              <groupId>com.my-company</groupId>
              <artifactId>my-app</artifactId>
              <version>1.0-SNAPSHOT<version>
              <packaging> jtargz </packaging>

Features

  • Java applications in tar, zip or tar.gz: the final artifact is in tar, zip or tar.gz format.

  • Start and stop script creation: start and stops scripts for linux and/or windows are automatically created.

  • Dependency management: the project dependencies are automatically included in the final artifact.

  • No deploy of useless artifacts: the jar or war file generated by the standard packagings, is not deployed in the Maven repository as only one artifact, in the required format, is created.

In the Usage page there is a full explanation of how to use the plugin.

Not yet released but

We are testing the plugin in order to release a stable version. But if you want to try it, and help us testing meanwhile, there is a beta version that can be used. The plugin is available at Mave Central Repository so no extra repository configuration is required.

     <groupId>com.github.easypack</groupId>
     <artifactId>easypack-maven-plugin</artifactId>
     <version>1.0.BETA</version>
     <extensions>true</extensions>

Check the Usage page for more information.

easypack-maven-plugin's People

Contributors

agusmunioz avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.