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 Jetty Deployment for Cargo

By default, acceptanceTests/pom.xml(cargo) is set to download the Jetty 7.x zip file from the Eclipse 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: