Re: How to get path to artifact for a dependency in a plugin

2006-11-13 Thread pjungwir
e > found? > > Thanks for the help, > Joachim > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/How-to-get

Re: How to get path to artifact for a dependency in a plugin

2006-11-06 Thread Wayne Fay
Joachim, you originally sent this email at: Date: Nov 4, 2006 5:42 PM Subject: How to get path to artifact for a dependency in a plugin And then again 13hrs later: Date: Nov 5, 2006 6:45 AM Subject: How to get path to artifact for a dependency in a plugin Please *do not* send emails multiple

Re: How to get path to artifact for a dependency in a plugin

2006-11-06 Thread Christoph Schönfeld
you have to declare your mojo class as @requiresDependencyResolution. Best regards, Christoph - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to get path to artifact for a dependency in a plugin

2006-11-05 Thread Joachim Van der Auwera
I am writing a plugin where I need access to the jar file for a dependency. I have tried looping the dependencies to find this (from MavenProject.getDependencies()), but the dependencies always seem to have null as their getSystemPath() value. I have also tried checking the artifacts, but sim

How to get path to artifact for a dependency in a plugin

2006-11-05 Thread Joachim Van der Auwera
I am writing a plugin where I need access to the jar file for a dependency. I have tried looping the dependencies to find this (from MavenProject.getDependencies()), but the dependencies always seem to have null as their getSystemPath() value. I have also tried checking the artifacts, but simila