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?
