multi-module-maven-release-plugin
multi-module-maven-release-plugin copied to clipboard
A maven release plugin that is fast, does not add extra commits, and works well with single or multiple modules
Hi, When I wondered how to increase the pom version in an automated way on Azure DevOps I stumbled on this plugin. It is a very nice and elegant solution....
I use Azure DevOps pipelines and I would like to invoke releaser:release when the main branch commits. But it is not necessary when nothing has changed. Apparently the float does...
First of all, thanks for this plugin which is really an improvement compared to the Maven release plugin. I have been able to a scm:checkout of my project with JGit...
When adding a new module to the project, the aggregator changes. This causes all the modules to be released in the project even though they have not changed. We should:...
Hi My builds depend on springfox libraries, they're not crucial in production env, so I don't care that I use snapshots of release 3 Currently I get: ``` [ERROR] Cannot...
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.
Using command `mvn -DmodulesToRelease="test-service" -DpushTags=false -Darguments="-DignoreSnapshots=true" releaser:release -P test` I'm getting an Maven error: ``` [INFO] Will use version 2.0.1 for test-service as although no change was detected, the artifact...
This includes refactoring those methods that accept a ton of mojo configuration parameters. There is now a single class that wraps all of those. Fixes #77 NOTE: this was built...
Hello Mr Flower, Thanks for your plugin, it's really helpful for our software factory. I needed to amend it a little bit, to classify my module tags into directories in...