Re: M3 regression: Unreliable results, because reactor fails to calculate proper build order

2012-02-02 Thread Jörg Schaible
Hi Jason, Jason van Zyl wrote: Jörg, I took a look in the tarball and there's no test case per se. thanks for taking a look. Yes, the tarball contains a lightweight sample project. I'll take a look this weekend and put it into the form of a standard integration test. If you can put it

Re: M3 regression: Unreliable results, because reactor fails to calculate proper build order

2012-02-02 Thread Jason van Zyl
I can make an integration test to get the process started. On Feb 2, 2012, at 7:03 AM, Jörg Schaible wrote: Hi Jason, Jason van Zyl wrote: Jörg, I took a look in the tarball and there's no test case per se. thanks for taking a look. Yes, the tarball contains a lightweight sample

Re: M3 regression: Unreliable results, because reactor fails to calculate proper build order

2012-02-02 Thread Wayne Fay
for Maven plugins. Especially in this case where I need a prepared local repository and an own settings.xml to demonstrate the bug. I cannot promise You may find Stephen's mrm-maven-plugin to be helpful... http://mojo.codehaus.org/mrm-maven-plugin/ Wayne

Re: AbstractRewritePomsPhase.transformProject XML-parser

2012-02-02 Thread Robert Scholte
Some googling points me to Joost[1] Based on version (0.9.1) and its release-date (2009-09-26) I don't think this would be a wise choice. I'll have a look at the versions-m-p -Robert [1] http://joost.sourceforge.net/ On Wed, 01 Feb 2012 22:51:22 +0100, Stephen Connolly

Maven EAR Plugin test failure

2012-02-02 Thread Dennis Lundberg
Hi We have a problem with the current trunk of the EAR Plugin. The pseudo-IT project-077 fails on our Jenkins Ubuntu slave with the following message. On my local Ubuntu it also fails. It works for me on Windows though. Failed tests: testProject077(org.apache.maven.plugin.ear.it.EarMojoIT):

applying MNG-3547 to maven 2.1

2012-02-02 Thread s . menge
Hi I am forced to use maven 2.1 at work, but I need something like this http://jira.codehaus.org/browse/MNG-3547 As I never had a look at the sources would it be easy to apply the patch to 2.1? Is the (used) API much different to 2.0.9 ? Other options are welcome as well (e.g.

Re: applying MNG-3547 to maven 2.1

2012-02-02 Thread Wayne Fay
I am forced to use maven 2.1 at work, but I need something like this Please tell me you mean 2.2.1. Maven 2.1 should not be used. It has serious problems. Please use 2.0.11 or 2.2.1 or even better would be 3.0+... Wayne

[jira] Subscription: Design Best Practices

2012-02-02 Thread jira
Issue Subscription Filter: Design Best Practices (24 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles https://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

Re: Maven EAR Plugin test failure

2012-02-02 Thread Stephane Nicoll
Hi, Can you attach the generated application.xml ? S. On Thursday, February 2, 2012, Dennis Lundberg denn...@apache.org wrote: Hi We have a problem with the current trunk of the EAR Plugin. The pseudo-IT project-077 fails on our Jenkins Ubuntu slave with the following message. On my local