> Date: Thu, 14 Mar 2013 09:04:01 +0100
> From: [email protected]
> To: [email protected]
> Subject: Re: Maven life cycle dependencies
>
> On 13.03.2013 16:58, Wayne Fay wrote:
> >> <dependencies>
> >> <dependency>
> >> <groupId>maven.issue</groupId>
> >> <artifactId>dependency</artifactId>
> >> <version>1.0</version>
> > ...
> >> <modules>
> >> <module>dependency</module>
> >> </modules>
> > This seems like a bad idea right up front. You shouldn't have a
> > dependency as a module in the same pom. You have constructed
> > essentially a circular reference.
> The strange setup is only due to my effort to reduce the example code to
> the minimum. I wanted to provide working POMs that all the scenarios I'm
> describing can be reproduced with.
MG>agree
MG>f you want to setup a grouping of dependencies thatr you want your parent
pom to pass to the children use dependency-management
MG>http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Management
>
> Cheers,
> Wolf
MG>Viel Gluck
MG>Martin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>