Unfortunately, ivy has no similar concepts. But you are not the first
one to ask for it (there is maybe even already a jira issue for it,
but I didn't find it). Moreover, the compatibility with maven
repository is very important for the current release.
So, if you find the jira issue
(https://issues.apache.org/jira/browse/IVY), vote for it. And if
there is not yet a jira issue, just create a new one.
Thanks,
Gilles
2007/5/25, nirvdrum <[EMAIL PROTECTED]>:
Hi,
I'm looking to add a dependency to TestNG 5.5. TestNG ships in two flavors:
one for JDK < 1.5, one for JDK >= 1.5. In maven2, the way to pick the right
one is to use a classifier tag, like so:
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.5</version>
<classifier>jdk15</classifier>
<scope>test</scope>
</dependency>
Is there a similar concept in ivy? If not, how should I go about selecting
the proper artifact from ibiblio?
Thanks,
Kevin
--
View this message in context:
http://www.nabble.com/Dealing-with-POMs-with-classifications--tf3817705.html#a10808232
Sent from the ivy-user mailing list archive at Nabble.com.
--
Gilles SCOKART