Re: maven-plugin-plugin:descriptor not seeing annotation

2014-06-14 Thread Hervé BOUTEMY
this is arleady planned for maven-plugins 26 and done: just waiting for a release now :) see https://issues.apache.org/jira/browse/MPOM-49 Regards, Hervé Le samedi 14 juin 2014 08:05:16 Benson Margulies a écrit : > NVM: I solved this via cargo-cultism. However, why doesn't our parent > pom con

Re: maven-plugin-plugin:descriptor not seeing annotation

2014-06-14 Thread Benson Margulies
NVM: I solved this via cargo-cultism. However, why doesn't our parent pom configure the plugin-plugin 'correctly', instead of each plugin messing with it? On Sat, Jun 14, 2014 at 8:00 AM, Benson Margulies wrote: > I'm helping out at the nar-maven-plugin. I'm trying to upgrade to > annotations fo

maven-plugin-plugin:descriptor not seeing annotation

2014-06-14 Thread Benson Margulies
I'm helping out at the nar-maven-plugin. I'm trying to upgrade to annotations for configuration. The plugin uses a familiar parent: maven-plugins org.apache.maven.plugins 25 and defers all configuration to the parent. The plugin-plugin finds no mojos via annotation, even t