Re: remote resource problem (was: Practice of releasing small changes before incorporation into a build)

2007-06-19 Thread Brett Porter
I wasn't able to reproduce the problem. I think I'll just update the parent to alpha-5, check again, then call the release tomorrow. - Brett On 19/06/2007, at 11:39 AM, Jason van Zyl wrote: On 18 Jun 07, at 5:57 PM 18 Jun 07, Brett Porter wrote: Jason, How did you experience this

Re: remote resource problem (was: Practice of releasing small changes before incorporation into a build)

2007-06-19 Thread Jason van Zyl
On 18 Jun 07, at 11:19 PM 18 Jun 07, Brett Porter wrote: I wasn't able to reproduce the problem. I think I'll just update the parent to alpha-5, check again, then call the release tomorrow. When you update I'll try again as well. - Brett On 19/06/2007, at 11:39 AM, Jason van Zyl wrote:

Re: Practice of releasing small changes before incorporation into a build

2007-06-18 Thread Daniel Kulp
On Sunday 17 June 2007 21:51, Brett Porter wrote: On 18/06/2007, at 11:46 AM, Daniel Kulp wrote: Technically, if you follow all the latest legal discussions and stuff, the name of the tgz/zip should be apache-maven-2.0.7 which would allow to use an artifactId of apache-maven. We just

Re: Practice of releasing small changes before incorporation into a build

2007-06-18 Thread Brett Porter
On 19/06/2007, at 2:35 AM, Daniel Kulp wrote: On Sunday 17 June 2007 21:51, Brett Porter wrote: On 18/06/2007, at 11:46 AM, Daniel Kulp wrote: Technically, if you follow all the latest legal discussions and stuff, the name of the tgz/zip should be apache-maven-2.0.7 which would allow to use

Re: Practice of releasing small changes before incorporation into a build

2007-06-18 Thread Daniel Kulp
On Monday 18 June 2007 12:41, Brett Porter wrote: On 19/06/2007, at 2:35 AM, Daniel Kulp wrote: 1) The project name is officially Apache Maven, not Maven. The downloads and such should reflect that. (as should the READMEs, the web site, etc) Yes, I agree with that. Sorry, I

Re: remote resource problem (was: Practice of releasing small changes before incorporation into a build)

2007-06-18 Thread Brett Porter
Jason, How did you experience this problem with the RR plugin so I can verify it is fixed in a later version? - Brett On 18/06/2007, at 11:51 AM, Brett Porter wrote: You're right, it's pinned to alpha-2 but 5 is out. Jason - how do I reproduce the error if I want to check it?

Re: remote resource problem (was: Practice of releasing small changes before incorporation into a build)

2007-06-18 Thread Jason van Zyl
On 18 Jun 07, at 5:57 PM 18 Jun 07, Brett Porter wrote: Jason, How did you experience this problem with the RR plugin so I can verify it is fixed in a later version? Try building the embedder module in trunk. That's where it failed for me. - Brett On 18/06/2007, at 11:51 AM, Brett

Practice of releasing small changes before incorporation into a build

2007-06-17 Thread Jason van Zyl
If you're working on a fix that requires a specific fix and is not something that is in ongoing, high-flux development then can people release first and then incorporate. Two example of late are plexus-utils in trunk, and the Maven parent POM. Snapshots are for intra-project, high-flux

Re: Practice of releasing small changes before incorporation into a build

2007-06-17 Thread Brett Porter
On 18/06/2007, at 1:52 AM, Jason van Zyl wrote: If you're working on a fix that requires a specific fix and is not something that is in ongoing, high-flux development then can people release first and then incorporate. Two example of late are plexus-utils in trunk, and the Maven parent

Re: Practice of releasing small changes before incorporation into a build

2007-06-17 Thread Jason van Zyl
On 17 Jun 07, at 4:24 PM 17 Jun 07, Brett Porter wrote: On 18/06/2007, at 1:52 AM, Jason van Zyl wrote: If you're working on a fix that requires a specific fix and is not something that is in ongoing, high-flux development then can people release first and then incorporate. Two example

Re: Practice of releasing small changes before incorporation into a build

2007-06-17 Thread Brett Porter
On 18/06/2007, at 10:28 AM, Jason van Zyl wrote: It won't work on the assemblies anyway because that's not the name we use for distribution so the signatures would not be correct. They have to be taken as they are built with the final name and those are signed. Something I need to bring

Re: Practice of releasing small changes before incorporation into a build

2007-06-17 Thread Jason van Zyl
On 17 Jun 07, at 5:59 PM 17 Jun 07, Brett Porter wrote: On 18/06/2007, at 10:28 AM, Jason van Zyl wrote: It won't work on the assemblies anyway because that's not the name we use for distribution so the signatures would not be correct. They have to be taken as they are built with the

Re: Practice of releasing small changes before incorporation into a build

2007-06-17 Thread Daniel Kulp
On Sunday 17 June 2007 20:28, Jason van Zyl wrote: It won't work on the assemblies anyway because that's not the name we use for distribution so the signatures would not be correct. They have to be taken as they are built with the final name and those are signed. Something I need to bring up

Re: Practice of releasing small changes before incorporation into a build

2007-06-17 Thread Daniel Kulp
On Sunday 17 June 2007 19:24, Brett Porter wrote: I was going to take care of that very shortly, but wanted to make sure it was at least correct first. Using v5 was not - the gpg plugin that was included did not work with the assemblies (as you can see from your staging repository:

Re: assembly best practices (was: Practice of releasing small changes before incorporation into a build)

2007-06-17 Thread Brett Porter
On 18/06/2007, at 11:33 AM, Jason van Zyl wrote: I think we also have to deal with the asymmetry in that we make the source assembly from the root, and then do weird wiggling. In Maven I think we should have the assemblies at the top-level but this leads other problems with the assembly

Re: Practice of releasing small changes before incorporation into a build

2007-06-17 Thread Brett Porter
On 18/06/2007, at 11:46 AM, Daniel Kulp wrote: Technically, if you follow all the latest legal discussions and stuff, the name of the tgz/zip should be apache-maven-2.0.7 which would allow to use an artifactId of apache-maven. We just changed over to that format for CXF. That way

Re: assembly best practices (was: Practice of releasing small changes before incorporation into a build)

2007-06-17 Thread Wendy Smoak
On 6/17/07, Brett Porter [EMAIL PROTECTED] wrote: I remember pushing for assemblies at the root in the past, but later agreeing it wasn't best practice because of the lifecycle inconsistency (the root project must be first in the reactor to install the pom, but must be last in the reactor if it

Re: Practice of releasing small changes before incorporation into a build

2007-06-17 Thread Brett Porter
On 18/06/2007, at 11:48 AM, Daniel Kulp wrote: On Sunday 17 June 2007 19:24, Brett Porter wrote: I was going to take care of that very shortly, but wanted to make sure it was at least correct first. Using v5 was not - the gpg plugin that was included did not work with the assemblies (as you

Re: assembly best practices (was: Practice of releasing small changes before incorporation into a build)

2007-06-17 Thread Brett Porter
Yeah, I hadn't made it to my second cup of coffee so I didn't remember we had the @aggregator tag for this purpose, so using assembly:attached *should* work for this purpose. But I don't think it properly draws in the modules so it's purely an assembly plugin feature. - Brett On

Re: Practice of releasing small changes before incorporation into a build

2007-06-17 Thread Carlos Sanchez
On 6/17/07, Brett Porter [EMAIL PROTECTED] wrote: On 18/06/2007, at 11:46 AM, Daniel Kulp wrote: Technically, if you follow all the latest legal discussions and stuff, the name of the tgz/zip should be apache-maven-2.0.7 which would allow to use an artifactId of apache-maven. We just