You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by em...@free.fr on 2004/01/18 16:21:42 UTC

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: How can I intercept artifact downloading

Posted by di...@multitask.com.au.
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/



emmanuel.boudrant@free.fr wrote on 19/01/2004 06:00:08 AM:

> Selon Marco Tedone <mt...@jemos.org>:
> 
> > 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: <em...@free.fr>
> > To: <us...@maven.apache.org>
> > 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: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> > 
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> > 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


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


Re: How can I intercept artifact downloading

Posted by em...@free.fr.
Selon Marco Tedone <mt...@jemos.org>:

> 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: <em...@free.fr>
> To: <us...@maven.apache.org>
> 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: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 



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


Re: How can I intercept artifact downloading

Posted by Marco Tedone <mt...@jemos.org>.
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: <em...@free.fr>
To: <us...@maven.apache.org>
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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>




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