Download, install and configure your Maven settings.xml
${renderedContent}
Quick Links to:
Download and Install your Maven settings.xml
- Download the settings.xml by right clicking on this link then select Save target as.... Navigate to your ${user.home}/.m2 directory and click Save.
Configure your Maven settings.xml
Configure tomcat-users.xml
- Open ${user.home}/.m2/settings.xml with a text editor.
- If you a using a Tomcat 7 server do the following:
- Find the following:
and replace XXXXXXXX with the password for the Tomcat manager-script user that you configured when you installed Tomcat.
<tomcat.password>XXXXXXXX</tomcat.password>
If you forgot the password, you can find the password in the ${CATALINA_HOME}/conf/tomcat-users.xml file.
- Find the following: