maven-plugins icon indicating copy to clipboard operation
maven-plugins copied to clipboard

Watcher is not being triggered

Open mohashi-rh opened this issue 8 years ago • 0 comments

Do you know what could be wrong in my configuration?

<plugin> <groupId>com.fizzed</groupId> <artifactId>fizzed-watcher-maven-plugin</artifactId> <version>1.0.6</version> <configuration> <watches> <watch> <directory>test-feature/src</directory> </watch> <watch> <directory>test-main-model/src</directory> </watch> <watch> <directory>test-main-bundle/src</directory> </watch> </watches> <goals> <goal>clean</goal> <goal>install</goal> </goals> </configuration> </plugin>

mohashi-rh avatar Jul 05 '17 11:07 mohashi-rh