解决ivy依赖支持maven claasifier问题

ivysettings.xml配置:

<ibiblio name="public" m2compatible="true" usepoms="true"
	pattern="[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier])

.[ext]" />
 

ivy.xml配置详见:

<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra">
<dependency org="org.testng" name="testng" rev="5.10" conf="test->default">
        <artifact name="testng" type="jar" ext="jar" e:classifier="jdk15" />
</dependency>

猜你喜欢

转载自daquan198163.iteye.com/blog/1279465
今日推荐