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

Include build plugins in dependent and dependency calculation #4

Closed ozangunalp closed 6 years ago

ozangunalp commented 8 years ago

Partial plugin includes only project dependencies for calculating upstream and downstream projects.

A reactor however, can have a module as a plugin project and use the built plugin in an another module. In this case partial build does not include the build plugin relation for calculating impacted projects.

ozangunalp commented 6 years ago

Closing this as ignoreChanged and buildAnyways properties address this issue