Re: Can't get the @phase annotation to work
You could define the goal only, like net.innig.sweetxml sweetxml-maven convert-resources
Can't get the @phase annotation to work
I'm writing a plugin, which I want to execute during the process- resources phase. However, I can't seem to get the plugin to execute automatically during process-resources — the @phase annotation seems not to work as documented. According to the docs (and looking at the Maven source code),