Github user ion2014 commented on a diff in the pull request:

    https://github.com/apache/hawq/pull/1399#discussion_r230739343
  
    --- Diff: contrib/hawq-hadoop/Makefile ---
    @@ -41,9 +41,9 @@ all: $(DEFAULTTARGET)
     $(DEFAULTTARGET):
     ifdef MAVEN
     ifeq ($(shell java -version 2>&1 | grep 1.7.0 > /dev/null; printf $$?),0)
    -   $(MAVEN) package -DskipTests -Dhttps.protocols=TLSv1.2
    +   $(MAVEN) package -DskipTests -Dmaven.javadoc.skip=true  
-Dhttps.protocols=TLSv1.2
    --- End diff --
    
    this is because the javadoc added doclint in jdk8 which required stricter 
code format (which is not followed by the former code), so I temporarily 
disabled the javadoc.


---

Reply via email to