Hello:
I have a local repository that has a tools module that publishes 17
artifacts under a ivy configuration called devkit. Out of the 17 artifacts
I just need only one jar namely 'messages.jar'.
Below is my ivy.xml file. When I retrieve the localization-tool master
configuration, Ivy ends up retrieving all 17 jars.
<configurations>
<conf name="localization-tool" visibility="private" description="Third
Party jar"/>
</configurations>
<dependencies>
<dependency org="myorg" name="tools" branch="ny"
rev="latest.integration" conf="localization-tool->devkit">
<artifact name="messages" conf="localization-tool"/>
</dependency>
<dependencies>
What is that I'm doing wrong?
Thanks!
--
View this message in context:
http://old.nabble.com/Retrieving-a-specific-artifact-in-a-configuration-tp33176527p33176527.html
Sent from the ivy-user mailing list archive at Nabble.com.