...
Enabling Maven to use Java keystores
Panel | |||
---|---|---|---|
Wiki Markup | Set the following properties:\\ \\ *properties: - This is the path to the trusted server keystore. \\ *
- This is the password protecting the trusted server keystore. \\ \\ These two properties may be set either by
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 *
and the password *XXXXXX *as needed):
|