Re: Strange behaviour with maven bundle plugin 2.5.4

2015-05-21 Thread David Bosschaert
I think it's important that we release Maven Bundle Plugin 2.5.5 soon. If nobody else beats me to it, I'll start a release process early next week. If we don't get a clear testcase for FELIX-4874 soon, then I think we should move that issue to the release after... Cheers, David On 21 May 2015 a

Re: Strange behaviour with maven bundle plugin 2.5.4

2015-05-21 Thread David Bosschaert
It would be nice to do a release of the MBP sometime soon. I noticed that there is still this open issue: https://issues.apache.org/jira/browse/FELIX-4874 Does anyone have a testcase for it? Cheers, David On 15 May 2015 at 09:03, Carsten Ziegeler wrote: > The reason for this seems to be > > ht

Re: Strange behaviour with maven bundle plugin 2.5.4

2015-05-15 Thread Carsten Ziegeler
The reason for this seems to be https://issues.apache.org/jira/browse/FELIX-4882 which I hopefully fixed. Carsten Am 27.04.15 um 19:45 schrieb Carsten Ziegeler: > Hi, > > in the Sling project I noticed a strange behaviour while trying to > update the plugin from 2.5.3 to 2.5.4. With the latest

Re: Strange behaviour with maven bundle plugin 2.5.4

2015-04-27 Thread Jean-Baptiste Onofré
Hi Carsten, I also had a couple of issues with 2.5.4 today: - a NullPointerException on a module - a failure on the maven-shade-plugin: this one looks like the one that you have as I suspect issue on the phase execution (race condition or so) I gonna take a deeper look tomorrow. Regards JB

Re: Strange behaviour with maven bundle plugin 2.5.4

2015-04-27 Thread Achim Nierbeck
Hi, without having it done myself, though I think at Karaf we rolled back to 2.5.3 because of some issues, too. regards, Achim 2015-04-27 19:45 GMT+02:00 Carsten Ziegeler : > Hi, > > in the Sling project I noticed a strange behaviour while trying to > update the plugin from 2.5.3 to 2.5.4. Wit

Strange behaviour with maven bundle plugin 2.5.4

2015-04-27 Thread Carsten Ziegeler
Hi, in the Sling project I noticed a strange behaviour while trying to update the plugin from 2.5.3 to 2.5.4. With the latest version several phases in maven are executed several times, e.g. I see the resources or the SCR plugin running three to four times at the same phase (according to the outpu