Page History
...
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 | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
export ANT_OPTS="-Dhttps.protocols=TLSv1.1,TLSv1.2 -Dforce.http.jre.executor=true -Xmx3072m -XX:MaxPermSize=752m" |
...