You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Jamie Johnson <je...@gmail.com> on 2010/05/25 23:10:18 UTC

ivy extras namespace

I had read that if I wanted to pull in jars like the Java UUID from
codehuase I needed to do the following:

        <dependency org="org.safehaus.jug" name="jug" rev="2.0.0"
force="true">
            <artifact name="jug" type="jar" ext="jar" conf=""
m:classifier="asl"/>
        </dependency>

for whatever reason when I do this and publish it to my shared repository
the artifact tag is being removed.  Is this some bug or is there something
that I need to do to get it to stay properly?