The Maven plugin provides a means to run Maven operations on a maven project.
...
As of June 2018, the insecure TLS 1.0 & 1.1 protocols are no longer supported for SSL connections to Maven Central. Click here to read more about this change.
- If your endpoint is using HTTP to access Central, or Java 8+ with HTTPS URLs, you are not affected.
If your endpoint is running Java 7, it supports TLS 1.2 butit is disabled by defaultin versions before
1.7.0_131-b31
. An easy workaround is to add this code to theArguments
input of the workflow operation.Code Block -Dhttps.protocols=TLSv1.2
- If your endpoint is on Java 6, you will need to switch back to HTTP or upgrade to a more modern Java version.