[jira] Subscription: Design & Best Practices

2011-12-08 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: I've staring at an apparent m3 regression from m2, how about a bit of coaching as to how to track it down?

2011-12-08 Thread Martin Gainty
Benson- if process-classes is missing how about placing 'process-classes' in a customised lifecycle src/main/resources/META-INF/plexus/components.xmlhttp://www.sonatype.com/people/2009/08/create-a-customized-build-process-in-maven/ Martin __ ..all

Re: 'Get thee to the core' a concrete opportunity

2011-12-08 Thread Brett Porter
Are you running Maven from the IDE, or using the "mvnDebug" remote debugging? If you have the Maven projects open, and then attach to a Maven process built from those sources, you should be able to trace into them instead - or at least set a breakpoint in there. Been ages since I used Eclipse t

Re: 'Get thee to the core' a concrete opportunity

2011-12-08 Thread Olivier Lamy
2011/12/8 Benson Margulies : > I want to see if I can chase MNG-5214 to its lair. I need a little bit > of coaching to get the debugging process going. > > In the test case, there's a maven plugin which declares various maven > 2 components as provided dependencies, notably the > DefaultArtifactRes

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-08 Thread Olivier Lamy
Seems weird to me to get back expires returns in non en format. A sample: mbp-olamy:maven-plugins olamy$ curl -H "Accept-Language: de" -I http://www.google.de HTTP/1.1 200 OK Date: Thu, 08 Dec 2011 15:14:54 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=ISO-8859-

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-08 Thread Karl Heinz Marbaise
Hi Oliver, Olivier Lamy wrote > > I mean Repository Manager :-) in your case looks nexus. > ;-) RPM has a different meaning for Redhat Package Manager thanks for the explanation... Olivier Lamy wrote > > So just check in case you have a http frontend, cookie path is > correctly rewrite.

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-08 Thread Olivier Lamy
2011/12/8 Nord, James : > Isn't it rather the actual contents of the "Expires" section of the header > not being in English locale? Yes looks to be a better explanation. > > Unable to parse expires attribute: Mi, 07-Dez-2011 12:35:17 GMT > > /James > > -Original Message- > From: Olivier

RE: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-08 Thread Nord, James
Isn't it rather the actual contents of the "Expires" section of the header not being in English locale? Unable to parse expires attribute: Mi, 07-Dez-2011 12:35:17 GMT /James -Original Message- From: Olivier Lamy [mailto:ol...@apache.org] Sent: 08 December 2011 12:53 To: Maven Developer

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-08 Thread Olivier Lamy
2011/12/8 Karl Heinz Marbaise : > Hi, > > > Olivier Lamy wrote >> >> Looks to be due to a cookie path not rewrite. >> Do you have a http frontend before your rpm ? .>> > Hm...rpm ? I mean Repository Manager :-) in your case looks nexus. So just check in case you have a http frontend, cookie path i

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-08 Thread Karl Heinz Marbaise
Hi, Olivier Lamy wrote > > Looks to be due to a cookie path not rewrite. > Do you have a http frontend before your rpm ? > Hm...rpm ? I have downloaded the maven-3.0.4-RC3 from the stage site...and started my build mvn 3.0.4-RC3 instead of maven 3.0.3 and seeing those results... Kind reg

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-08 Thread Olivier Lamy
Looks to be due to a cookie path not rewrite. Do you have a http frontend before your rpm ? If yes see http://markmail.org/message/djcagmgqg56zrlf4 2011/12/8 Karl Heinz Marbaise : > Hello, > > i'm observing things like the following with a build: > > [INFO] Failsafe report directory: > C:\workspac

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-08 Thread Karl Heinz Marbaise
Hello, i'm observing things like the following with a build: [INFO] Failsafe report directory: C:\workspace\nereus\nereus-web-it\target\failsafe-reports wagon http use multi threaded http connection manager maxPerRoute 20, max total 40 Downloading: http://servername:8081/nexus/content/groups/publ

'Get thee to the core' a concrete opportunity

2011-12-08 Thread Benson Margulies
I want to see if I can chase MNG-5214 to its lair. I need a little bit of coaching to get the debugging process going. In the test case, there's a maven plugin which declares various maven 2 components as provided dependencies, notably the DefaultArtifactResolver. So, my IDE keeps trying (I think)

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-08 Thread Olivier Lamy
2011/12/8 Marvin Froeder : > Well, it was working already on 3.0.3 but when I moved to 3.0.4-RC I start > getting missing poms warnings. > > The layout is declared inside my plugin and this plugin has true > on plugin configuration. > > I will try to create a reproducible case. Yes please. Because