partial-build-plugin
partial-build-plugin copied to clipboard
A maven plugin for partially building multi-module projects based on changes in the Git repository.
Hello! We have Kotlin integration tests, using the convention DummyFooCreatorIT.kt. These are picked up by the maven-failsafe-plugin in our maven builds when the clean install life cycle is executed. We...
When working with monorepos it might be usefull to get a list over all changed modules, but as all modules in a monorepo use the same version, we can skip...
Write readme about how to release the project
add the ability for git operation to remote with username/password authentication
Fixes #27
This is particularly useful on CI server, where I do wanna build all, but, failing first of changed projects will save time.
Use case: In a CI/CD pipeline, I'd like to build differences compared to a last successful build (rather than just HEAD~1) to avoid a situation of building a difference based...
During my regular work, I need to run `generate-sources` when I change branches.... When moving from master to a work branch, all is good. But, when I move back, from...
Imagine following project structure: ``` Project - documentation/... - kubernetes_configuration/... - Module_A/... - Module_B/... - Module_C/... - pom.xml - gitlab-ci.yml (*configures gitlab pipeline*) ``` Using `partial-build-plugin`, if any changes are...
Is there a mercurial support too? If not, what should be done do add mercurial support? BR Peter