Skip to content

Commit

Permalink
HAWQ-1633. Add parameter for maven package hawq-hadoop
Browse files Browse the repository at this point in the history
  • Loading branch information
Weinan Wang committed Jun 29, 2018
1 parent aaa2c8c commit 5920b81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/hawq-hadoop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ 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
else
$(MAVEN) package -DskipTests
endif
else
@$(missing) mvn $< $@
endif
Expand Down

0 comments on commit 5920b81

Please sign in to comment.