gitflow-incremental-builder
gitflow-incremental-builder copied to clipboard
A Maven extension for incremental building of multi-module projects when using Git Flow (or Git in general).
Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.12.0 to 3.12.1. Commits ecae28f [maven-release-plugin] prepare release maven-site-plugin-3.12.1 d98569b [MSITE-908] Upgrade Maven Reporting API to 3.1.1 bd3376f [MSITE-901] If precending standalone report has been run, site:jar...
Bumps `version.bytebuddy` from 1.12.10 to 1.12.13. Updates `byte-buddy-dep` from 1.12.10 to 1.12.13 Release notes Sourced from byte-buddy-dep's releases. Byte Buddy 1.12.13 Avoid duplicate application of Byte Buddy Maven plugin. Allow...
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. Release notes Sourced from junit-jupiter's releases. JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0 See Release Notes. JUnit 5.9.0-RC1 = Platform...
Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.2.0 to 3.3.0. Release notes Sourced from maven-resources-plugin's releases. 3.3.0 π¦ Dependency updates Bump maven-filtering from 3.2.0 to 3.3.0 (#32) @βdependabot Bump plexus-utils from 3.4.1 to 3.4.2...
Bumps [maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.0.0-M1 to 3.0.1. Commits 9f77fb9 [maven-release-plugin] prepare release maven-install-plugin-3.0.1 23ab053 [MINSTALL-160] Generated POM is not installed if original POM exists (#36) 0008052 [maven-release-plugin] prepare for next development...
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.0.0 to 4.7.1.1. Release notes Sourced from spotbugs-maven-plugin's releases. Spotbugs Maven Plugin 4.7.1.1 Patch Release Validate Spotbugs report even if only test sources exist fixing #454 Moved...
The documentation states that > The regular expression does not need to describe the entire (absolute) path, but only the relevant part inside the git repository context. Example: > `/tmp/repo/blacklisted/some-file.txt`...
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0-M2 to 3.0.0. Commits b905235 [maven-release-plugin] prepare release maven-deploy-plugin-3.0.0 16541da [MDEPLOY-296] Streamline plugin (#26) 89c28fb [MDEPLOY-193] Deploy At End feature (no extension) (#20) dd39f5d (doc) Update Fluido...
Bumps `version.spotbugs` from 4.7.0 to 4.7.1. Updates `spotbugs-annotations` from 4.7.0 to 4.7.1 Release notes Sourced from spotbugs-annotations's releases. SpotBugs 4.7.1 CHANGELOG Fixed Fixed False positives for RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE on try-with-resources with...
I created a demo Maven project that is structured like: ``` βββ module-a βββ module-b βββ integration-tests β βββ itest-a β βββ itest-b β βββ itest-c β βββ itest-d β...