At the bottom of this page:

http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html

it says that you can use the path to each dependency artifact in your Ant script. I can't get this to work. Can anyone give me the right syntax with an example?

This fails:
<property name="logging_jar" refid="maven.dependency.commons-logging:commons-logging:jar.path"/>
                                                                
<echo>${logging_jar}</echo>


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

Reply via email to