Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven builds on file changes

Is there anything already out there that would help with either / both of following?

  • Perform a Maven install when a file within that module changes
  • Perform a Maven install on the module and its dependencies if they have changed

I'm pretty sure I've heard of a Maven option to build dependencies as well but struggling to find anything from Googling...

Perhaps this isn't going to be Maven specific but instead involve a file watching tool that is OS specific, if so I would be interested in hearing about tools for Windows (XP).

like image 215
Ed . Avatar asked Nov 14 '12 19:11

Ed .


1 Answers

Even though the answer comes late, I was looking for the same thing and I found https://github.com/rzymek/watcher-maven-plugin. Maybe someone else will be looking for the same thing.

like image 55
Adrian Ber Avatar answered Oct 08 '22 22:10

Adrian Ber