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

Set any property for unchanged projects. #5

Open ozangunalp opened 8 years ago

ozangunalp commented 8 years ago

Partial build skips tests for unchanged projects by adding maven.test.skip property to true. As a matter of fact any user/plugin property can be set this way.

This can be used to skip maven deploy as in case of maven.deploy.skip or sonar analyze as in sonar.skip.