It looks like this.  The module name matches the publishing ivy.xml.

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
<ivy-module version="1.4"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd";>
    <info 
        organisation="KITS"
        module="com.foo.daoClient" />
        <publications>
                <artifact name="DaoClient" type="jar" ext="jar" />
        </publications>
        <dependencies>
                <dependency org="IBM" name="WebServiceThinClient"
rev="6.1.0" />
        </dependencies>
</ivy-module>

-- 
View this message in context: 
http://www.nabble.com/Ivy2.0.0-beta2-Fail-to-Resolve-tp16313827p16325241.html
Sent from the ivy-user mailing list archive at Nabble.com.

Reply via email to