Skip to content

Instantly share code, notes, and snippets.

@Riduidel
Created August 30, 2019 16:42
Show Gist options
  • Save Riduidel/253ce0911ccf401b4510b6dea9da5b63 to your computer and use it in GitHub Desktop.
Save Riduidel/253ce0911ccf401b4510b6dea9da5b63 to your computer and use it in GitHub Desktop.
A part of pom.xml showing fizzed-watcher configuration
<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