PREREQUISITES
Panel | |||||||
---|---|---|---|---|---|---|---|
Before you begin, you must have the following:
Need a Trusted Server Java keystore? Here are instructions on how to create a trusted server Java keystore. |
Enabling Maven to use Java keystores
Panel | |||||
---|---|---|---|---|---|
Set the following properties: | 1 | 1 | * javax.net.ssl.trustStore* - This is the path to the trusted server keystore. *
Code Block |
---|
MAVEN_OPTS="-Djavax.net.ssl.keyStore=/path/to/serverTrustStore.jks -Djavax.net.ssl.keyStorePasswordtrustStorePassword=XXXXXX" |
You can now access the Maven repositories using https.