maven-plugins
maven-plugins copied to clipboard
Collection of Maven plugins useful for gettin 'er done
I have the watcher set up to not match on auto-save files created by my editor. When I save a file, the editor saves the file (obviously) and then deletes...
I have an archetype I use for [architecture documentation](https://github.com/Riduidel/agile-architecture-documentation-archetype). In this archetype I have two folders to write content : `src/docs/asciidoc` and `src/slides/asciidoc`. Each folder maps to a different build...
Do you know what could be wrong in my configuration? ` com.fizzed fizzed-watcher-maven-plugin 1.0.6 test-feature/src test-main-model/src test-main-bundle/src clean install `
This looks quite useful. It would be great if it could (optionally) run the goals once before starting to watch. As it is, I start the watcher (which I have...
The watcher plugin is very useful. I use it to deploy changes of JavaScript files to a local dev environment (which then triggers a page reload). Since the changes are...