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
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.
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
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
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