On 6/17/2010 3:17 PM, Anders Hammar wrote:
> Have you tried specifying the parent.relativePath element?
>   

Thanks, that appears to have done the trick! -Marshall
> /Anders
>
> On Thu, Jun 17, 2010 at 17:43, Marshall Schor <m...@schor.com> wrote:
>
>   
>> For a collection of parent poms, arranged in a hierarchy, e.g.,
>> A (is parent of) B (is parent of) C, all at version e.g. "1-SNAPSHOT"
>>
>> when I put all of these into an "aggregate" project, specifying
>> <modules> A, B, and C, the
>>
>> mvn release:prepare -DdryRun=true
>>
>> works fine, but the
>>
>> mvn release:prepare
>>
>> fails when it tries to resolve the parent of B and looks for a version
>> "1" (without the SNAPSHOT), which obviously isn't in any repo (because
>> it's one of the set being released).
>>
>> Is there a way to release all of these together, or do I have to have 3
>> individual release votes, waiting in each case for the "1" version to
>> reach the central repo before commencing with the release:prepare of the
>> the next lower one in the hierarchy?
>>
>> -Marshall Schor
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>>     
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to