解决ivy依赖支持maven claasifier问题

前端之家收集整理的这篇文章主要介绍了解决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>

猜你在找的设计模式相关文章