* 'mvn-begone' of github.com:lordvlad/keycloakify:
fix(deps): update garronej_modules_update
Update README.md
Rollback via update
Bump version
keycloak test script: use env to launch bash
fix(deps): update dependency powerhooks to ^0.22.0
Update dependency powerhooks to ^0.21.0
Relase candidate
fmt
Update README.md
Bump version
Update src/bin/tools/downloadAndUnzip.ts
Bump version
#232
Bump version
keycloak test script: use env to launch bash
fix(deps): update dependency powerhooks to ^0.22.0
Update dependency powerhooks to ^0.21.0
Pick from 'none', 'keycloakify' or 'mvn', default to 'mvn'. 'none' will
not create a jar, 'keycloakify' will create a jar file using only tools
available to native nodejs, no additional system library required.
Choosing 'mvn' will behave as before, starting maven in a subprocess.
The bundler can be chosen in `package.json` or via `KEYCLOAKIFY_BUNDLER`
env var.
This commit also adds `KEYCLOAKIFY_GROUP_ID` and
`KEYCLOAKIFY_ARTIFACT_ID` env vars, which will be used to
define group id and artifact id in pom.xml and pom.properties, if given.
This minor change allows users to use the latest version of `bash` on Mac OS.
`/bin/bash` is very old on Mac OS, and many users will have `bash` from MacPorts or Homebrew. This change allows such users to be able to use the newer `bash` installation.
This minor change allows users to use the latest version of `bash` on Mac OS.
`/bin/bash` is very old on Mac OS, and many users will have `bash` from MacPorts or Homebrew. This change allows such users to be able to use the newer `bash` installation.