You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2007/03/07 18:46:24 UTC

[jira] Assigned: (IVY-418) Ivy doesn't recognize maven2 classifiers

     [ https://issues.apache.org/jira/browse/IVY-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Hanin reassigned IVY-418:
--------------------------------

    Assignee: Xavier Hanin

> 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
>         Assigned To: 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.