Re: [regression] Cannot release plugins parent!

2008-04-13 Thread Michael McCallum
On Mon, 14 Apr 2008 05:53:50 David Jencks wrote: > a. Put the parent pom somewhere else, like in plugins/trunk/plugin- > parent. The pom in plugins/trunk would just have the modules element. > > I prefer (a) because then tagging the parent pom wont copy the entire > set of plugins in a unreleased

Re: [regression] Cannot release plugins parent!

2008-04-13 Thread David Jencks
On Apr 13, 2008, at 1:21 AM, Benjamin Bentmann wrote: Brian E. Fox wrote: I saw leave it as it is because that is the normal scenario and the one users are most likely to have. This way we see and fix the same things they will need. +1. The reactor was meant for exactly those aggregating

Re: [regression] Cannot release plugins parent!

2008-04-13 Thread Benjamin Bentmann
Brian E. Fox wrote: I saw leave it as it is because that is the normal scenario and the one users are most likely to have. This way we see and fix the same things they will need. +1. The reactor was meant for exactly those aggregating builds. The usual way to disable recursive builds is the -N

RE: [regression] Cannot release plugins parent!

2008-04-12 Thread Brian E. Fox
Subject: Re: [regression] Cannot release plugins parent! For a situation like this where a "parent" is also being used sometimes for building all the "children" although that is not its primary purpose, how about putting the modules in a profile that e.g. hudson can use?

Re: [regression] Cannot release plugins parent!

2008-04-12 Thread David Jencks
r release and put it back after, then that's ok. -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Saturday, April 12, 2008 5:55 PM To: Maven Developers List Subject: Re: [regression] Cannot release plugins parent! Is that to prevent you from having to set up 39 ind

RE: [regression] Cannot release plugins parent!

2008-04-12 Thread Brian E. Fox
ut it back after, then that's ok. -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Saturday, April 12, 2008 5:55 PM To: Maven Developers List Subject: Re: [regression] Cannot release plugins parent! Is that to prevent you from having to set up 39 individual p

Re: [regression] Cannot release plugins parent!

2008-04-12 Thread Dennis Lundberg
, 2008 8:47 AM To: Maven Developers List Subject: Re: [regression] Cannot release plugins parent! What is the purpose of having a element for our plugins? It's not like we want to build all plugins in one go, is it? Hudson used to do this if I remember correctly (the plugin ITs seem to

RE: [regression] Cannot release plugins parent!

2008-04-12 Thread Brian E. Fox
Hudson uses this to detect the children so we need this in there. -Original Message- From: Benjamin Bentmann [mailto:[EMAIL PROTECTED] Sent: Saturday, April 12, 2008 8:47 AM To: Maven Developers List Subject: Re: [regression] Cannot release plugins parent! > What is the purpose

Re: [regression] Cannot release plugins parent!

2008-04-12 Thread Benjamin Bentmann
What is the purpose of having a element for our plugins? It's not like we want to build all plugins in one go, is it? Hudson used to do this if I remember correctly (the plugin ITs seem to have been removed recently). Benjamin

Re: [regression] Cannot release plugins parent!

2008-04-12 Thread Dennis Lundberg
I've checked JIRA now and found this issue that describes what I was experiencing. http://jira.codehaus.org/browse/MRELEASE-123 To be able to do the release I disabled the aggregation by commenting out the element. What is the purpose of having a element for our plugins? It's not like w

Re: [regression] Cannot release plugins parent!

2008-04-01 Thread Brett Porter
Also, check if you set Javadoc back to 2.0.6, whether 2.0.6 has the same failure. IT might be it just fails before it gets to the circ reference. - Brett On 02/04/2008, at 7:35 AM, Dennis Lundberg wrote: 2.0.9-RC5 works the same way as 2.0.8 does and fails with a build error, because of t

Re: [regression] Cannot release plugins parent!

2008-04-01 Thread Dennis Lundberg
2.0.9-RC5 works the same way as 2.0.8 does and fails with a build error, because of the cyclic reference. It might be the release-plugin that is at fault. It doesn't honor the -N option, even if I specify it on the command line like this mvn -N release:prepare -Darguments=-N -DdryRun=true

RE: [regression] Cannot release plugins parent!

2008-04-01 Thread Brian E. Fox
Can you try 2.0.9 RC5? Not that I expect it to be fixed, but at least if it's reproducible we can attempt to fix it there. -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 3:13 PM To: Maven Developers List Subject: [regression] Cannot releas