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

mercurial support #23

Open peterebelsberger opened 6 years ago

peterebelsberger commented 6 years ago

Is there a mercurial support too? If not, what should be done do add mercurial support?

BR Peter

ozangunalp commented 6 years ago

Hi Peter,

No the plugin is Git only. But adding mercurial support shouldn't be that difficult. You should provide an implementation for DifferentFiles interface and inject the right one on GuiceModule.

Any PR is welcome!

Ozan