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>