You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Nicolas Lalevée (JIRA)" <ji...@apache.org> on 2017/06/01 12:22:04 UTC

[jira] [Resolved] (IVY-1468) support maven:classifier on dependency element

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

Nicolas Lalevée resolved IVY-1468.
----------------------------------
    Resolution: Duplicate

> support maven:classifier on dependency element
> ----------------------------------------------
>
>                 Key: IVY-1468
>                 URL: https://issues.apache.org/jira/browse/IVY-1468
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Maven Compatibility
>    Affects Versions: 2.3.0
>         Environment: java version "1.7.0_55"
> Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
> Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode)
> OS = Windows 7 6.1 Service Pack 1 amd64-64
> JAVA_HOME = C:\Program Files\Java\jdk1.7.0_55
> ant.version = Apache Ant(TM) version 1.9.3 compiled on December 23 2013
> ant.home = C:\Java\apache-ant-1.9.3
> ANT_OPTS = -XX:MaxPermSize=256m -Xmx2048m 
>            Reporter: Gary Gregory
>
> Right now, I can say:
> {code:xml}
> <dependency org="org.jboss.teiid.connectors" name="connector-accumulo" conf="ais.dist" rev="${teiid.version}" transitive="false">
>   <artifact name="connector-accumulo" maven:classifier="lib"/>
> </dependency>
> {code}
> But this does not work:
> {code:xml}
> <dependency org="org.jboss.teiid.connectors" name="connector-accumulo" conf="ais.dist" rev="${teiid.version}" transitive="false" maven:classifier="lib" />
> {code}
> which would be simpler.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)