+ first use of ivy:makepom

This commit is contained in:
cbonar 2012-01-29 23:54:18 +01:00
parent 63ab9df3b8
commit 836334d18b

View file

@ -161,6 +161,9 @@
<echo message="Minified : ${target.lib.dir}/${ivy.module}-min-${ivy.revision}.js" />
</target>
<target name="build-pom" depends="validate" description="Builds a Maven POM.">
<ivy:makepom ivyfile="${basedir}/ivy.xml" pomfile="${target.dir}/pom.xml" />
</target>
<!--