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]
