# Unzip/untar the binaries to a new folder (for example: c:\devtools\maven\2.2.1).
# To download Maven artifacts from the remote MIT maven repository (https://maven.mit.edu), an SSL connection is required. For Maven to acquire an SSL connection, you must create a system environment variable *MAVEN_OPTS* and set it as below:
{indent:1}
*MAVEN_OPTS=-Djavax.net.ssl.trustStore=/usr/local/truststores/serverTrustStore.jks -Djavax.net.ssl.trustStorePassword="XXXXXXXX" -Xmx512m -Xms512m -XX:MaxPermSize=512m*
|