You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by bo...@apache.org on 2018/03/29 14:55:44 UTC

sqoop git commit: SQOOP-3307: Don't create HTML during Ivy report

Repository: sqoop
Updated Branches:
  refs/heads/trunk d2c40366a -> c146b3f94


SQOOP-3307: Don't create HTML during Ivy report

(Daniel Voros via Boglarka Egyed)


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

Branch: refs/heads/trunk
Commit: c146b3f94e937a8c03b6ae85a60800d1c62bdc94
Parents: d2c4036
Author: Boglarka Egyed <bo...@apache.org>
Authored: Thu Mar 29 16:54:25 2018 +0200
Committer: Boglarka Egyed <bo...@apache.org>
Committed: Thu Mar 29 16:54:25 2018 +0200

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/c146b3f9/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index d85cf71..7f68b57 100644
--- a/build.xml
+++ b/build.xml
@@ -1390,7 +1390,7 @@
 
   <target name="report" depends="ivy-resolve-hadoop">
     <mkdir dir="build/report"/>
-    <ivy:report todir="build/report"/>
+    <ivy:report todir="build/report" xsl="false" />
   </target>
 
 </project>