You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by mi...@apache.org on 2004/07/03 15:04:15 UTC

cvs commit: maven-components/maven-core pom.xml

michal      2004/07/03 06:04:15

  Modified:    maven-core pom.xml
  Log:
  getting ready to deploy artifacts and sites with scp-wagon
  
  Revision  Changes    Path
  1.5       +16 -0     maven-components/maven-core/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/pom.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- pom.xml	30 Jun 2004 22:03:36 -0000	1.4
  +++ pom.xml	3 Jul 2004 13:04:14 -0000	1.5
  @@ -105,6 +105,22 @@
         <artifactId>commons-lang</artifactId>
         <version>1.0.1</version>
       </dependency>
  +    <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>
  +      <groupId>jsch</groupId>
  +      <artifactId>jsch</artifactId>
  +      <version>0.1.14</version>
  +      <type>jar</type>
  +    </dependency>  
       <!-- plugin plugin -->
       <dependency>
         <groupId>qdox</groupId>
  
  
  

Re: cvs commit: maven-components/maven-core pom.xml

Posted by Emmanuel Venisse <em...@venisse.net>.
----- Original Message ----- 
From: "Michal Maczka" <mm...@interia.pl>
To: "Maven 2 Developers List" <m2...@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
> 
> 
> 

Re: cvs commit: maven-components/maven-core pom.xml

Posted by Jason van Zyl <jv...@maven.org>.
On Sat, 2004-07-03 at 09:40, Michal Maczka wrote:

> 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?

For the time being we'll be sticking with mboot.

> If I am not pom of maven-core  might be much shorter.
> 
> Michal

-- 
jvz.

Jason van Zyl
jason@maven.org
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


Re: cvs commit: maven-components/maven-core pom.xml

Posted by Michal Maczka <mm...@interia.pl>.
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?

If I am not pom of maven-core  might be much shorter.

Michal



Re: cvs commit: maven-components/maven-core pom.xml

Posted by Emmanuel Venisse <em...@venisse.net>.
>   +    <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 ;-)

Emmnuel