[m2e-users] Invoke plugin execution when files in src/main/resources change

2018-01-04 Thread Ben Emery-Honzal
Hello, I'm trying to invoke my custom plugin "i18nMessageCompiler" whenever a properties file in the src/main/resources directory changes (e.g. when a new property is added). How do I configure the pom.xml or m2e to invoke the plugin whenever the properties file changes? In the lifecycle-mappi

Re: [m2e-users] Invoke plugin execution when files in src/main/resources change

2018-01-04 Thread Igor Fedorenko
The plugin has to implement one of incremental build APIs for this to work. There are currently three: the legacy BuildContext (provided by org.sonatype.plexus:plexus-build-api), and couple of separate APIs provided by takari incrementalbuild [1] project. Personally I think @Builder annotation-bas