Merged branch 'jetty-9.2.x' into 'master'.
diff --git a/settings.xml b/settings.xml
deleted file mode 100644
index 9b5ddef..0000000
--- a/settings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<settings>
- <localRepository>/tmp/jetty-builds/jetty8/localRepo</localRepository>
- <interactiveMode>true</interactiveMode>
- <offline>false</offline>
-<proxies>
- <proxy>
- <active>true</active>
- <protocol>http</protocol>
- <host>proxy.eclipse.org</host>
- <port>9898</port>
- </proxy>
- </proxies>
-<mirrors>
- <mirror>
- <id>central</id>
- <name>central</name>
- <url>http://repo2.maven.org/maven2/</url>
- <mirrorOf>*</mirrorOf>
- </mirror>
- </mirrors>
-</settings>