Well it seems that actually another "improvement" is preventing us from even getting to that problem: MNG-5805: Custom packaging types: configuring DefaultLifecycleMapping mojo executions
I am currently trying to figure out how to build Flexmojos that it works with Maven 3.1.1 >= 3.3.3 AND 3.3.9 cause it seems that this could be a problem. If it is, I will simply un-support 3.3.9 and put more effort in my new apache flex maven plugin. Supporting this dinosaur is getting harder and harder every day and I'm just not up for another round of plugin-version-bingo it took me about 3 full working weeks to get Flexmojos beyond Maven 3.1.1 ... definitely not doing another round of that for 3.3.9 Chris ________________________________________ Von: Nicholas Kwiatkowski <nicholaskwiatkow...@gmail.com> Gesendet: Mittwoch, 18. November 2015 13:33 An: dev@flex.apache.org Betreff: Re: Using Flexmojos on Maven 3.3.9? Isn't the automatic injection of project deps one of the major features of Maven? Seems odd. Anyway, I've got a few cycles this weekend to help out, if I can. I'm no Maven expert, but I do see value in supporting it for the community. Let me know if you would like to collab on this fix. -Nick On Wed, Nov 18, 2015 at 7:13 AM, Christofer Dutz <christofer.d...@c-ware.de> wrote: > Ok ... so I checked it ... it seems that I will have to work on Flexmojos > in order to support 3.3.9 > > I have a dream: that one day there will be a weekend, on which I can > actually do something I'm looking forward too ;-) > > At least it seems the flex-maven-extension seems to be working correctly. > > Chris > > ________________________________________ > Von: Christofer Dutz <christofer.d...@c-ware.de> > Gesendet: Mittwoch, 18. November 2015 12:49 > An: 'dev@flex.apache.org' > Betreff: Using Flexmojos on Maven 3.3.9? > > Hi, > > > currently reading through the release notes of Maven 3.3.9 one > "improvement" caught my attention: > > [MNG-5818] - Disallow the programmatic injection of project dependencies > > > Has anyone trief using Flexmojos with Maven 3.3.9? I know that it makes > heavy used of auto-adding dependencies (playerglobal, unit-test-support, > airglobal, ... framework-config) ... I really, really hope that I don't > have to spend another several weekends to fix this. > > > Chris >