You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ma...@apache.org on 2016/11/29 14:41:19 UTC

[2/2] sqoop git commit: SQOOP-3056: Add ant ivy report target

SQOOP-3056: Add ant ivy report target

(Anna Szonyi via Attila Szabo)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/f9d76fd4
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/f9d76fd4
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/f9d76fd4

Branch: refs/heads/trunk
Commit: f9d76fd4a3558d6a1b03b52c9a8b1b2a703d6e50
Parents: 48cecdc
Author: Attila Szabo <ma...@apache.org>
Authored: Tue Nov 29 15:38:35 2016 +0100
Committer: Attila Szabo <ma...@apache.org>
Committed: Tue Nov 29 15:38:35 2016 +0100

----------------------------------------------------------------------
 build.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/f9d76fd4/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index cc8760b..3484d74 100644
--- a/build.xml
+++ b/build.xml
@@ -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>