mirror of
https://github.com/nicolabs/ciform.git
synced 2026-04-11 08:36:19 +02:00
+ first use of ivy:makepom
This commit is contained in:
parent
63ab9df3b8
commit
836334d18b
|
|
@ -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>
|
||||
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Reference in a new issue