You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "jaikiran pai (JIRA)" <ji...@apache.org> on 2017/05/28 04:36:04 UTC

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

    [ https://issues.apache.org/jira/browse/IVY-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027701#comment-16027701 ] 

jaikiran pai commented on IVY-1468:
-----------------------------------

I think the PR that contains a fix for https://issues.apache.org/jira/browse/IVY-1528 should take care of this JIRA too.


> 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)