Download, install and configure Maven
Info |
---|
indent |
{color:green}Help is available by sending an email to [mailto: Help is available by sending an email to ]{color} {color:green}Have any suggestion on how improve this wiki? Please give us your feedback at [mailto:
|
Panel | ||||||
---|---|---|---|---|---|---|
Quick Links to:
|
Panel | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Download and Install Maven
|
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
Configure Maven
indent | | 2 | 2 | ||||||
<oc4j.password>*XXXXXXXX*</oc4j.password>
|
Code Block |
---|
_JAVA_OPTIONS=-Djavax.net.ssl.trustStore=/path/to/serverTrustStore.jks -Djavax.net.ssl.trustStorePassword="XXXXXXXX" -Xmx512m -Xms512m -XX:MaxPermSize=512m |
Code Block |
---|
MAVEN_OPTS=-Djavax.net.ssl.trustStore=/path/to/serverTrustStore.jks -Djavax.net.ssl.trustStorePassword="XXXXXXXX" -Xmx512m -Xms512m -XX:MaxPermSize=512m
|
In the above, replace the /path/to with the actual path to the serverTrustStore.jks and replace XXXXXXXX with the actual serverTrustStore.jks password. If you don't know the serverTrustStore.jks password, your team leader can get it for you.
For MAC users: You can now download a nice plugin that helps you manage your system environmental variables. The plugin, RCEnvironment, is a preference pane for MacOS X 10.1 or higher that allows editing of your ~/.MacOSX/environment.plist file.
Open the settings.xml file with a text editor.
In the line:
*<oc4j.j2eeHome>/path/to/oc4j/j2ee/home</oc4j.j2eeHome>*
In the line:
- For Window users: Go to Start > Control Panel > System > Advanced system settings > Environment Variables... and under System variables, click New and enter the MAVEN_OPTS shown above.