PREREQUISITES
Before you begin, you must have the following:
- a trusted server Java keystore.
Need a Trusted Server Java keystore? Here are instructions on how to create a trusted server Java keystore.
Enabling Maven to use Java keystores
Set the following properties:
${renderedContent}
These two properties may be set either by maven's command-line (found in the .mvenrc file) or by the MAVEN_OPTS environment variable.
Here is an example for the .mavenrc file setting (Adjust the =/path/to/serverTrustStore.jks and the password XXXXXX as needed):
MAVEN_OPTS="-Djavax.net.ssl.keyStore=/path/to/serverTrustStore.jks -Djavax.net.ssl.keyStorePassword=XXXXXX"