Ivy doesn't recognize maven2 classifiers
----------------------------------------
Key: IVY-418
URL: https://issues.apache.org/jira/browse/IVY-418
Project: Ivy
Issue Type: Improvement
Reporter: Xavier Hanin
Maven2 allows to define a classifier when declaring a dependency. For instance:
{code:xml}
<dependency>
<groupId>org.safehaus.jug</groupId>
<artifactId>jug</artifactId>
<version>2.0.0</version>
<classifier>asl</classifier>
</dependency>
{code}
In this case the artifact which should be downloaded is:
http://repo1.maven.org/maven2/org/safehaus/jug/jug/2.0.0/jug-2.0.0-asl.jar
As one can see, the classifier is appended after the revision. For the moment
doesn't support this notion and fails, trying to download
http://repo1.maven.org/maven2/org/safehaus/jug/jug/2.0.0/jug-2.0.0.jar
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.