Re: How can I intercept artifact downloading

2004-01-18 Thread dion
Maybe the guys on the mevenide sourceforge project could tell you how they 
do it.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/



[EMAIL PROTECTED] wrote on 19/01/2004 06:00:08 AM:

> Selon Marco Tedone <[EMAIL PROTECTED]>:
> 
> > If you have a project that depends on some dependencies, then I think 
you
> > should indicate those dependencies in one of the project files.
> 
> In fact I want to execute some code within my maven plugin (with Jelly 
context
> access) before Maven try to download the artifacts. It is concern all
> dependencies with my Eclipse plugins archive, I want add them 
automaticly in my
> Maven local repository from my Eclipse distribution. Because adding 
manually all
> the Eclipse plugins jar is a boring task. May I was clear ?
> 
> The goal of this (oss) maven plugin is to easily manage a Eclipse PDE 
project
> with Maven.
> 
> Thx,
> -emmanuel
> 
> > Marco
> > 
> > - Original Message - 
> > From: <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Sunday, January 18, 2004 3:21 PM
> > Subject: How can I intercept artifact downloading
> > 
> > 
> > > Hi,
> > >
> > > I have a special kind of project (Eclipse PDE project) which require 
some
> > > dependencies I can't put in my maven repository so I want to use a 
special
> > > plugin to retrieve these dependencies. Is it possible to intercept 
the
> > Maven
> > > bootstrap which download the dependencies ?
> > >
> > > In fact I want to resolve these kind of dependecies before Maven :
> > >
> > > Tentative de tÚlÚchargement de org.eclipse.core.resources-.jar.
> > > ATTENTION: Impossible de tÚlÚcharger 
org.eclipse.core.resources-.jar.
> > > Tentative de tÚlÚchargement de org.eclipse.ui-.jar.
> > > ATTENTION: Impossible de tÚlÚcharger org.eclipse.ui-.jar.
> > > Tentative de tÚlÚchargement de org.eclipse.jdt.core-.jar.
> > > ATTENTION: Impossible de tÚlÚcharger org.eclipse.jdt.core-.jar.
> > > Le processus ne peut continuer Ó cause des dÚpendances manquantes
> > suivantes:
> > >
> > >
> > > Thx,
> > > -emmanuel
> > >
> > > 
-
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > 
> > 
> > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How can I intercept artifact downloading

2004-01-18 Thread emmanuel . boudrant
Selon Marco Tedone <[EMAIL PROTECTED]>:

> If you have a project that depends on some dependencies, then I think you
> should indicate those dependencies in one of the project files.

In fact I want to execute some code within my maven plugin (with Jelly context
access) before Maven try to download the artifacts. It is concern all
dependencies with my Eclipse plugins archive, I want add them automaticly in my
Maven local repository from my Eclipse distribution. Because adding manually all
the Eclipse plugins jar is a boring task. May I was clear ?

The goal of this (oss) maven plugin is to easily manage a Eclipse PDE project
with Maven.

Thx,
-emmanuel

> Marco
> 
> - Original Message - 
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, January 18, 2004 3:21 PM
> Subject: How can I intercept artifact downloading
> 
> 
> > Hi,
> >
> > I have a special kind of project (Eclipse PDE project) which require some
> > dependencies I can't put in my maven repository so I want to use a special
> > plugin to retrieve these dependencies. Is it possible to intercept the
> Maven
> > bootstrap which download the dependencies ?
> >
> > In fact I want to resolve these kind of dependecies before Maven :
> >
> > Tentative de tÚlÚchargement de org.eclipse.core.resources-.jar.
> > ATTENTION: Impossible de tÚlÚcharger org.eclipse.core.resources-.jar.
> > Tentative de tÚlÚchargement de org.eclipse.ui-.jar.
> > ATTENTION: Impossible de tÚlÚcharger org.eclipse.ui-.jar.
> > Tentative de tÚlÚchargement de org.eclipse.jdt.core-.jar.
> > ATTENTION: Impossible de tÚlÚcharger org.eclipse.jdt.core-.jar.
> > Le processus ne peut continuer Ó cause des dÚpendances manquantes
> suivantes:
> >
> >
> > Thx,
> > -emmanuel
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How can I intercept artifact downloading

2004-01-18 Thread Marco Tedone
If you have a project that depends on some dependencies, then I think you
should indicate those dependencies in one of the project files.

Marco

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 18, 2004 3:21 PM
Subject: How can I intercept artifact downloading


> Hi,
>
> I have a special kind of project (Eclipse PDE project) which require some
> dependencies I can't put in my maven repository so I want to use a special
> plugin to retrieve these dependencies. Is it possible to intercept the
Maven
> bootstrap which download the dependencies ?
>
> In fact I want to resolve these kind of dependecies before Maven :
>
> Tentative de tÚlÚchargement de org.eclipse.core.resources-.jar.
> ATTENTION: Impossible de tÚlÚcharger org.eclipse.core.resources-.jar.
> Tentative de tÚlÚchargement de org.eclipse.ui-.jar.
> ATTENTION: Impossible de tÚlÚcharger org.eclipse.ui-.jar.
> Tentative de tÚlÚchargement de org.eclipse.jdt.core-.jar.
> ATTENTION: Impossible de tÚlÚcharger org.eclipse.jdt.core-.jar.
> Le processus ne peut continuer Ó cause des dÚpendances manquantes
suivantes:
>
>
> Thx,
> -emmanuel
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]