Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Maven settings.xml file is a file on your developer machine (usually located at $HOME/.m2/settings.xml) that holds configuration settings that override the Maven pom.xml settings. Here are some settings found to be useful:

Localizing Tomcat Deployment for Selenium

By default, testing/pom.xml is set to download the Tomcat 6.0 zip file from the Apache website. This works, but can be very slow or even fail, if the internet connection to that website is bad. To speed things up, you can download the file, place it some where on your computer, and then tell maven where that file is.

Proxy Settings

Maven often acts funny if the network is not set up correctly, especially the first time you build. If you access the internet via a proxy server, you must tell maven about the settings. See this page for info:

  • No labels