NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following maven options will need to be set to set the correct https protocols.  This can be done with the following command:

Code Block
titlemaven optsMAVEN OPTS
export MAVEN_OPTS="-Dhttps.protocols=TLSv1.1,TLSv1.2 -Dforce.http.jre.executor=true -Xmx3072m -XX:MaxPermSize=752m"

...

Future ant builds will require the following ANT_OPTS to allow https protocols to work.

Code Block
titlemaven optsANT OPTS
export ANT_OPTS="-Dhttps.protocols=TLSv1.1,TLSv1.2 -Dforce.http.jre.executor=true -Xmx3072m -XX:MaxPermSize=752m"

...