Re: MPLUGIN-260 - Plugin that uses annotations in Java 8 source can't generate descriptor

2014-04-22 Thread Olivier Lamy
patch applied && snapshot deployed. Have Fun --- Oly On 23 April 2014 15:49, wrote: > Hi Everybody, > > I stumbled over this issue > (http://jira.codehaus.org/browse/MPLUGIN-260) yesterday when trying to > make my project and its Maven plugin JDK 8-ready with lambdas and the > lot. > > It appea

Re: MPLUGIN-260 - Plugin that uses annotations in Java 8 source can't generate descriptor

2014-04-22 Thread Barrie Treloar
On 23 April 2014 15:19, wrote: > As I haven't got an account with Jira, I can't vote for the issue to > give it higher priority. Click on the codehaus icon. In the Introduction box you will see instructions for creating an account.

MPLUGIN-260 - Plugin that uses annotations in Java 8 source can't generate descriptor

2014-04-22 Thread fr2fy972rv
Hi Everybody, I stumbled over this issue (http://jira.codehaus.org/browse/MPLUGIN-260) yesterday when trying to make my project and its Maven plugin JDK 8-ready with lambdas and the lot. It appears that the issue doesn't appear with JDK8 bytecode per se as described in the bug, but only if JDK8 s

Re: How can I get my Mojo to skip

2014-04-22 Thread Igor Fedorenko
Maven does not provide generic way to skip mojo executions. This needs to be explicitly implemented in my-maven-plugin. -- Regards, Igor On 2014-04-22, 12:13, DK wrote: If I add the following to my Maven plugin configuration it still executes the plugin goal. Is there something I need to do in

How can I get my Mojo to skip

2014-04-22 Thread DK
If I add the following to my Maven plugin configuration it still executes the plugin goal. Is there something I need to do in the Mojo code to obey the skip flag? com.my.maven.plugins my-maven-plugin 1.0-SNAPSHOT