解决ivy依赖支持maven claasifier问题

前端之家收集整理的这篇文章主要介绍了解决ivy依赖支持maven claasifier问题前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

ivysettings.xml配置:

  1. <ibiblio name="public" m2compatible="true" usepoms="true"
  2. pattern="[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier])
  3.  
  4. .[ext]" />

ivy.xml配置详见:

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

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