Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...