You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2014/04/25 00:49:15 UTC

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

Gary Gregory created IVY-1468:
---------------------------------

             Summary: 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.2#6252)