Repository: bigtop
Updated Branches:
  refs/heads/master 1b34df0e8 -> 7f787bc39


BIGTOP-2628: sqoop2 build fails when JAVA 8 is used


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

Branch: refs/heads/master
Commit: 7f787bc39d386a341a385218dab3af91aebe1a67
Parents: 1b34df0
Author: Olaf Flebbe <[email protected]>
Authored: Sat Dec 17 21:39:20 2016 +0000
Committer: Olaf Flebbe <[email protected]>
Committed: Sat Dec 17 22:41:21 2016 +0100

----------------------------------------------------------------------
 bigtop-packages/src/common/sqoop2/do-component-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/7f787bc3/bigtop-packages/src/common/sqoop2/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/sqoop2/do-component-build 
b/bigtop-packages/src/common/sqoop2/do-component-build
index 7dddfc0..d3161f0 100755
--- a/bigtop-packages/src/common/sqoop2/do-component-build
+++ b/bigtop-packages/src/common/sqoop2/do-component-build
@@ -24,7 +24,7 @@ if [ -z "$GIT_REPO" ]; then
         MAVEN_INST_DEPLOY=$DO_MAVEN_DEPLOY
     fi
 
-    mvn -DskipTests=true source:jar-no-fork javadoc:jar -P=binary $@ 
$MAVEN_INST_DEPLOY
+    mvn -DskipTests=true source:jar-no-fork -P=binary $@ $MAVEN_INST_DEPLOY
     
 # Repackaging and changing the name to "sqoop2" is necessary as long
 # as we continue to distribute a version of Sqoop 1.x as "sqoop"

Reply via email to