You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Massol <vm...@pivolis.com> on 2006/01/23 13:49:00 UTC

[Plugin idea] watchdog plugin

Here's an idea for someone who'd be looking for a plugin to implement... :-)

Imagine a watchdog plugin that would monitor source files and/or
dependencies and trigger a goal when they change. This is a bit similar to a
continuous integration but done locally on developer's machines.

Here's a typical use case for it: imagine that you have a WAR that you
generate and you have configured your container to point to it. When you
make changes to your source tree you'd like the war goal to be called so
that your container redeploys automatically the WAR.

This is only an example but I'm sure you could think of lots of other
examples. Actually this a bit similar to the hot folder concept in AntFlow
(http://onionnetworks.com/products/antflow/).

Note that Jetty6 plugin has some code that listen for changes. We could make
this generic in a watchdog/hotgoal plugin.
 
WDYT? Any taker?

Thanks
-Vincent


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org