Giter Club home page Giter Club logo

felix-uberizer's Introduction

felix-uberizer

Felix Uber-JAR Creator

Minimum requirements

  • Docker

OR

  • Java 11
  • Maven 3.x
  • jq (brew install jq)

Usage

Execute docker / bash with the following arguments:

Mandatory

  • -i/--input-folder: Location of the felix directory (ex. crx-quickstart/launchpad/felix)
  • -g/--group-id: Group ID of the uber jar
  • -a/--artifact-id: Artifact ID of the uber-jar
  • -v/--version: Version of the uber-jar

Optional:

  • -ig/--include-group-ids: Regex to only include a subset of group ids (ex. (com.adobe.*|org.apache.sling.*|org.apache.felix.*))
  • -eg/--exclude-group-ids: Regex to exclude from the previously included group ids (ex. (com.adobe.forms.*))
  • -ea/--exclude-artifact-ids: Regex to exclude artifact ids (ex (com.adobe.granite.poi.*))
  • -d/--debug: Show debug logging

Example startup command

Docker

docker build --pull --rm -f "Dockerfile" -t felixuberizer:latest "."

docker run --rm -it --mount type=bind,source=/my/aem/crx-quickstart/launchpad/felix,target=/tmp/felix-uberizer/input --mount type=bind,source="$(pwd)"/target,target=/tmp/felix-uberizer/target felixuberizer:latest -g be.idoneus.aem -a idoneus-uber-jar -v 1.0.0 -ig "(org.apache.sling.*|org.apache.felix.*|org.apache.jackrabbit.*|org.apache.oak.*|com.adobe.*|com.day.*)" -ea 'com.adobe.granite.poi.*|.*.fop'

Bash

bash felix-uberizer.sh --input-folder /my/aem/crx-quickstart/launchpad/felix -g be.idoneus.aem -a idoneus-uber-jar -v 1.0.0 -ig "(org.apache.sling.*|org.apache.felix.*|org.apache.jackrabbit.*|org.apache.oak.*|com.adobe.*|com.day.*)" -ea 'com.adobe.granite.poi.*|.*.fop'

felix-uberizer's People

Contributors

royteeuwen 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.