5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-17 01:11:07 +08:00

SQOOP-3056: Add ant ivy report target

(Anna Szonyi via Attila Szabo)
This commit is contained in:
Attila Szabo 2016-11-29 15:38:35 +01:00
parent 48cecdc99e
commit f9d76fd4a3

View File

@ -1568,4 +1568,9 @@
testcasesonly="false"/>
</target>
<target name="report" depends="ivy-resolve-hadoop">
<mkdir dir="build/report"/>
<ivy:report todir="build/report"/>
</target>
</project>