lesfurets / partial-build-plugin

A maven plugin for partially building multi-module projects based on changes in the Git repository.
MIT License
40 stars 13 forks source link

Allow for using latest tag with wildcard pattern as the referenceBranch #28

Open piotrgwiazda opened 5 years ago

piotrgwiazda commented 5 years ago

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 on an unstable version.

Workarounds: