Created
August 30, 2019 16:42
-
-
Save Riduidel/253ce0911ccf401b4510b6dea9da5b63 to your computer and use it in GitHub Desktop.
A part of pom.xml showing fizzed-watcher configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plugin> | |
<groupId>com.fizzed</groupId> | |
<artifactId>fizzed-watcher-maven-plugin</artifactId> | |
<configuration> | |
<touchFile>target/watcher.docs.touchfile</touchFile> | |
<watches> | |
<watch> | |
<directory>${asciidoc.source.docs.directory}</directory> | |
</watch> | |
</watches> | |
<goals> | |
<goal>clean</goal> | |
<goal>process-resources</goal> | |
</goals> | |
</configuration> | |
</plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment