Maven builds on file changes

build-process, java, maven, maven-3, windows

Solution

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.

Problem

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).

Original source