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
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