jbake-org / jbake-maven-plugin

JBake Maven Plugin - NOTE: Code now resides in main JBake repository - https://github.com/jbake-org/jbake
9 stars 15 forks source link

Fix lifecycle mapping of generate mojo #5

Closed jonbullock closed 6 years ago

jonbullock commented 7 years ago

See ingenieux/jbake-maven-plugin#17 and ingenieux/jbake-maven-plugin#19

oliverlietz commented 7 years ago

@jonbullock, I had some issues with ingenieux/jbake-maven-plugin and wrote a new plugin from scratch (bake, watch, serve) which I pushed to GitHub finally: https://github.com/bildschirmarbeiter/jbake-maven-plugin

jonbullock commented 7 years ago

Could you let me know what the issues were you had?

Thanks for sharing the link to your plugin too, good to see how others have gone about creating a plugin for JBake.

oliverlietz commented 7 years ago

The most prominent (and annoying) issue is the crashing directory watcher. I tried with NIO.2 but that does polling on Mac OS and didn't work as reliable as expected (now using VFS2 too).

jonbullock commented 7 years ago

Thanks @oliverlietz I've raised an issue to change the solution used.