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.

Reply via email to