----- Original Message -----
From: "Michal Maczka" <mmaczka@interia.pl>
To: "Maven 2 Developers List" <m2-dev@maven.apache.org>
Sent: Saturday, July 03, 2004 3:40 PM
Subject: Re: cvs commit: maven-components/maven-core pom.xml
> On Sat, 2004-07-03 at 15:26, Emmanuel Venisse wrote:
> > > + <dependency>
> > > + <groupId>maven</groupId>
> > > + <artifactId>wagon-ssh</artifactId>
> > > + <version>0.9-SNAPSHOT</version>
> > > + </dependency>
> > > + <dependency>
> > > + <groupId>maven</groupId>
> > > + <artifactId>wagon-ssh</artifactId>
> > > + <version>0.9-SNAPSHOT</version>
> > > + </dependency>
> > > + <dependency>
> >
> > Double declaration for wagon-ssh ;-)
>
> Thanks Emmanuel!
>
> BTW:
>
> I think it has not been said officially and I want to confirm:
> We are not going to use (at least not yet) transitive dependencies in
> maven-core and in m2 in generally, right? We want to bootstrap with
> mboot and mboot is not supporting them...
>
> Am I right?
Yes, for use it, mboot must be support this feature.
>
> If I am not pom of maven-core might be much shorter.
>
> Michal
>
>
>
|