Residual package goal state affects outcome of Mojo definition in descriptor file.

2013-12-19 Thread Jeremy Whiting
Hi, I am using the maven-plugin-plugin for a hibernate project to provide a user plugin. I am finding the Mojo definition is not generated. I found a workaround for the issue. This discussion is related to the issue discussed here

Re: Residual package goal state affects outcome of Mojo definition in descriptor file.

2013-12-19 Thread Stuart McCulloch
On 19 Dec 2013, at 15:31, Jeremy Whiting jwhit...@redhat.com wrote: Hi, I am using the maven-plugin-plugin for a hibernate project to provide a user plugin. I am finding the Mojo definition is not generated. I found a workaround for the issue. This discussion is related to the issue

Re: Residual package goal state affects outcome of Mojo definition in descriptor file.

2013-12-19 Thread Jeremy Whiting
On 19/12/13 15:47, Stuart McCulloch wrote: Based on the log output below this looks like http://jira.codehaus.org/browse/MNG-5346 ie. the descriptor goal is running before the classes are compiled, and the Java5 annotation extractor works off the classes. You’ll need to update your plugin