mtivi
mtivi
Support dry run install. Intended to enable better CI/CD pipelines. The `releaser:next` goal does not the release goals. This PR will require: * A Test case * Documentation Before doing...
Tests depend on `M2_HOME` which has been [unsupported since 3.5.0](https://maven.apache.org/docs/3.5.0/release-notes.html#overview-about-the-changes). Rather than depending on unsupported environment variables, and external maven installations, use the maven wrapper this repository.
Some thoughts for restructuring the install script. This is similar to what I came up with, with your repo as a starting point. I found that the emoji output makes...