HBASE-21074 JDK7 builds need to be done with TLSv1.2.
* for master and branches-2 we skip the jdk7 stuff Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
parent
798cb1d793
commit
57d8778bf2
|
@ -115,6 +115,9 @@ function personality_modules
|
||||||
clear_personality_queue
|
clear_personality_queue
|
||||||
|
|
||||||
extra="-DHBasePatchProcess"
|
extra="-DHBasePatchProcess"
|
||||||
|
if [[ "${PATCH_BRANCH}" = branch-1* ]]; then
|
||||||
|
extra="${extra} -Dhttps.protocols=TLSv1.2"
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ -n "${HADOOP_PROFILE}" ]]; then
|
if [[ -n "${HADOOP_PROFILE}" ]]; then
|
||||||
extra="${extra} -Dhadoop.profile=${HADOOP_PROFILE}"
|
extra="${extra} -Dhadoop.profile=${HADOOP_PROFILE}"
|
||||||
|
|
|
@ -482,7 +482,7 @@ mvn -DskipTests package assembly:single deploy
|
||||||
|
|
||||||
[[build.gotchas]]
|
[[build.gotchas]]
|
||||||
==== Build Gotchas
|
==== Build Gotchas
|
||||||
|
===== Maven Site failure
|
||||||
If you see `Unable to find resource 'VM_global_library.vm'`, ignore it.
|
If you see `Unable to find resource 'VM_global_library.vm'`, ignore it.
|
||||||
It's not an error.
|
It's not an error.
|
||||||
It is link:https://issues.apache.org/jira/browse/MSITE-286[officially ugly] though.
|
It is link:https://issues.apache.org/jira/browse/MSITE-286[officially ugly] though.
|
||||||
|
|
Loading…
Reference in New Issue