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

Add option to deactivate including transitive dependents in build. #13

Closed ozangunalp closed 6 years ago

ozangunalp commented 8 years ago

A use case can be to run a maven goal on only directly modified projects. Deactivating the inclusion of transitive dependents in the build will allow this.