On Thu, 2002-08-01 at 12:12, Bill Petheram wrote:
> 
> Hey guys How can I access individual dependency jars  from a target?
> 
> So if I have three dependencies a-1.0.jar, b-2.1.jar, c-3.2.jar. I want to 
> reference c3.2.jar in a target, so that if the version number changes in the 
> project.xml file the target will pick up the new version automatically.
> 
> Surely if each depenency has an id I should be able to use that somehow?

What is your use case? Will using the ${maven.dependency.classpath} not
work for you?

It would be easy enough to add something like ${pom.getDependency(id)}
just curious what your specific use is.

 
> thanks
> 
> bill
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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

Reply via email to