RE: [vote] release maven 2.0.10

2009-02-09 Thread Brian E. Fox
Try again to not wrap the urls. It's finally time after 8 Release Candidates: Issues fixed: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName =Html&projectId=10500&Create=Create NOTE: The urls below are using a self-signed certificate. There is an issue requesting an offi

[vote] release maven 2.0.10

2009-02-09 Thread Brian E. Fox
It's finally time after 8 Release Candidates: Issues fixed: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName =Html&projectId=10500&Create=Create NOTE: The urls below are using a self-signed certificate. There is an issue requesting an official cert at: https://iss

ApacheCon Europe 2009: Early Bird Deadline Extended

2009-02-09 Thread Brian E. Fox
Subject: ApacheCon Europe 2009: Early Bird Deadline Extended until 13th of February Here's some great news for everyone who's thinking of traveling to Amsterdam for this year's ApacheCon Europe. The Early Bird deadline has been extended to Friday, February 13th - and remember, there is

[ANNOUNCE] Maven 3.0-alpha-2 Released

2009-02-09 Thread Jason van Zyl
Another quiet release as we build up the integration tests and flush out regressions. Not recommending this to anyone but the masochists, but here it is: http://www.apache.org/dist/maven/binaries/ There were 48 issues resolved, and you can see them here: http://jira.codehaus.org/secure/Issu

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-09 Thread Paul Benedict
+1 for all points described. On Mon, Feb 9, 2009 at 7:43 PM, Brian E. Fox wrote: > Yep good idea. > > -Original Message- > From: Brett Porter [mailto:br...@porterclan.net] On Behalf Of Brett > Porter > Sent: Monday, February 09, 2009 7:44 PM > To: Maven Developers List > Subject: Re: Mave

RE: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-09 Thread Brian E. Fox
Yep good idea. -Original Message- From: Brett Porter [mailto:br...@porterclan.net] On Behalf Of Brett Porter Sent: Monday, February 09, 2009 7:44 PM To: Maven Developers List Subject: Re: Maven 2.1.0 Plans (a proposal of sorts) > > I'm +1 for including it and providing an opt-out switch

Re: integration test for MNG-4023

2009-02-09 Thread Brett Porter
It's fine for me On 10/02/2009, at 6:01 AM, John Casey wrote: Actually, it looks like the properties are coming out wrong. It looks for: assertEquals( "1", props.getProperty( "stringParams" ) ); assertEquals( "test", props.getProperty( "stringParams.0" ) ); assertEquals( null, props.getProper

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-09 Thread Brett Porter
I'm +1 for including it and providing an opt-out switch to turn it off. If we can make that switch stick permanently via the settings.xml, so much the better. +1 (even better, configure number of parallel threads, just set it to 1 to turn it off). On 09/02/2009, at 11:18 PM, John Case

Re: integration test for MNG-4023

2009-02-09 Thread John Casey
Actually, it looks like the properties are coming out wrong. It looks for: assertEquals( "1", props.getProperty( "stringParams" ) ); assertEquals( "test", props.getProperty( "stringParams.0" ) ); assertEquals( null, props.getProperty( "stringParams.1" ) ); and I have: [...] stringParams.1=tes

integration test for MNG-4023

2009-02-09 Thread John Casey
Hi, I was wondering whether others have seen failures in this integration test (MNG-4023). It's failing consistently on my machine, and I'm simply calling the bootstrap with integration tests as follows: ant with-its I haven't dug into this too far, but it looks like the log.txt file (the b

Best practice for writing reporting mojos?

2009-02-09 Thread Stephen Connolly
Hey Everyone (especially maybe Vincent, Dennis or Lukas), What is the best practice for writing a Maven Plugin that has a reporting mojo? Is there a good simple example I can copy? What should it do if invoked directly from the CLI, esp w.r.t. the skin? Here's what I've developed so far https

Re: maven.xml, project.xml and project.properties

2009-02-09 Thread Jason van Zyl
Cool, thanks Arnaud. I'll remove them. On 7-Feb-09, at 5:16 PM, Arnaud HERITIER wrote: yes you can remove them from trunk. Maven 1.1 (http://svn.apache.org/repos/asf/maven/maven-1/core/tags/maven-1.1 ) uses Maven Model 3.0.2 ( http://svn.apache.org/repos/asf/maven/components/tags/maven-model-

Re: How do I test patches to maven-artifact-manager?

2009-02-09 Thread jaxzin
Brett, thanks so much for pointing me a this revision. I'll take a look and hopefully come up with a solution from it! Thanks, Brian brettporter wrote: > > You'll probably find it easier to simply rebuild Maven :) > > In some ways, the patch should look similar to this: > http://svn.apache.o

Re: How to get files from JAR dependencies in a plugin ?

2009-02-09 Thread Benjamin Bentmann
Olivier THIERRY wrote: This plugin should create a file referred by "targetFile" property by reading and merging files referred by "sourceFiles" property. Source files are in Maven project dependencies. So I need to get an input stream on these source files, but I can't find a way to find these

Re: svn commit: r741834 - in /maven/core-integration-testing/trunk/core-it-suite/src/test: java/org/apache/maven/it/ resources/mng-2720/ resources/mng-2720/plugin/ resources/mng-2720/plugin/src/ resou

2009-02-09 Thread Benjamin Bentmann
John Casey wrote: [...] when I have time I'd like to also provide some documentation for these plugins and how they're meant to be used...unless that documentation already exists? :) For the new IT plugins, I usually added a to the POM and provided javadoc on the mojo parameters. So if you

RE: SSL on repository.zones.apache.org (was: Re: [vote] use repository.zones.apache.org ...)

2009-02-09 Thread Brian E. Fox
Ok the new cert is in place. -Original Message- From: Brian E. Fox [mailto:bri...@reply.infinity.nu] Sent: Monday, February 09, 2009 11:18 AM To: Maven Developers List Subject: RE: SSL on repository.zones.apache.org (was: Re: [vote] use repository.zones.apache.org ...) Give me 2 hours to

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-09 Thread Benjamin Bentmann
John Casey wrote: I'm +1 for including it and providing an opt-out switch to turn it off. +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-09 Thread Stephen Connolly
2009/2/9 John Casey : > I'll rearrange the JIRA versions today, then...it looks like we're all in > agreement about moving directly toward 2.1.0 generally. > > As for the parallel download issue, I guess I'm mainly concerned about > hidden race conditions, deadlocks, etc. Just because there are 400

RE: SSL on repository.zones.apache.org (was: Re: [vote] use repository.zones.apache.org ...)

2009-02-09 Thread Brian E. Fox
Give me 2 hours to switch the cert to use the new dns which will be https://repository.apache.org -Original Message- From: John Casey [mailto:jdca...@commonjava.org] Sent: Monday, February 09, 2009 10:28 AM To: Maven Developers List Subject: SSL on repository.zones.apache.org (was: Re: [v

SSL on repository.zones.apache.org (was: Re: [vote] use repository.zones.apache.org ...)

2009-02-09 Thread John Casey
Hi everyone, I wanted to let everyone know that I've put together a _very_ small app from some code I managed to swipe (looks like it's Oleg's style...if so, thanks Oleg). The app works both via JNLP and command line, and installs the self-signed certificate for repository.zones.apache.org int

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-09 Thread John Casey
I'll rearrange the JIRA versions today, then...it looks like we're all in agreement about moving directly toward 2.1.0 generally. As for the parallel download issue, I guess I'm mainly concerned about hidden race conditions, deadlocks, etc. Just because there are 400 people using it (guessing,

Re: svn commit: r741834 - in /maven/core-integration-testing/trunk/core-it-suite/src/test: java/org/apache/maven/it/ resources/mng-2720/ resources/mng-2720/plugin/ resources/mng-2720/plugin/src/ resou

2009-02-09 Thread John Casey
Okay. This approach is an outgrowth from the old problems I used to have with the integration test plugins constantly being in snapshot mode, never released. I'll recode the IT, and when I have time I'd like to also provide some documentation for these plugins and how they're meant to be used..

How to get files from JAR dependencies in a plugin ?

2009-02-09 Thread Olivier THIERRY
Hi, For a Maven project using Sun JAX-WS, I try to write a Maven plugin (my first one) that should create Sun JAX-WS config file by merging XML files from JAR dependencies. It would be configured this way : fr.xxx.t4

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-09 Thread John Casey
If it has a decent test suite and is released, I have no problem putting it in, at least early in the RC process (to give it a little soak time). With a strong test suite, I would think this soak period would give us a good enough chance to check site production...though I wonder, will this req