You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Jens Rohloff <je...@gmail.com> on 2011/05/19 17:32:30 UTC

makepom and tag

I've been trying to use ivy with our nexus repository. the makepom  ant task
does not seem to generate the ivy child exclude elements correctly in the
pom file.

the ant task goal:
<ivy:makepom ivyfile="distrib/ivys/ivy-${version}.xml"
 pomfile="${pom.file}">
</ivy:makepom>

Is there anything additional I have to add to the ant task?

Cheers,
Jens