Re: Can't get the @phase annotation to work

2011-03-02 Thread spamfoodie
You could define the goal only, like net.innig.sweetxml sweetxml-maven convert-resources

Can't get the @phase annotation to work

2006-12-26 Thread Paul Cantrell
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),