diff --git a/jetty-osgi/jetty-osgi-boot-logback/pom.xml b/jetty-osgi/jetty-osgi-boot-logback/pom.xml
deleted file mode 100644
index f1985b7e05a..00000000000
--- a/jetty-osgi/jetty-osgi-boot-logback/pom.xml
+++ /dev/null
@@ -1,127 +0,0 @@
-
-
- org.eclipse.jetty.osgi
- jetty-osgi-project
- 7.6.11-SNAPSHOT
- ../pom.xml
-
- 4.0.0
- jetty-osgi-boot-logback
- Jetty :: OSGi :: Boot Logback
- Jetty OSGi Boot Logback bundle
- http://www.eclipse.org/jetty
-
- ${project.groupId}.boot.logback
-
-
-
- org.eclipse.jetty.osgi
- jetty-osgi-boot
- ${project.version}
- provided
-
-
- org.eclipse.osgi
- org.eclipse.osgi
-
-
- org.eclipse.jetty
- jetty-webapp
-
-
- org.eclipse.osgi
- org.eclipse.osgi.services
-
-
- org.slf4j
- slf4j-api
-
-
- org.slf4j
- jcl-over-slf4j
-
-
- org.slf4j
- log4j-over-slf4j
-
-
- ch.qos.logback
- logback-core
-
-
- ch.qos.logback
- logback-classic
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
- artifact-jar
-
- jar
-
-
-
- test-jar
-
- test-jar
-
-
-
-
-
- target/classes/META-INF/MANIFEST.MF
-
-
-
-
- org.apache.felix
- maven-bundle-plugin
- true
-
-
- bundle-manifest
- process-classes
-
- manifest
-
-
-
-
-
- org.eclipse.jetty.osgi.boot.logback;singleton:=true
- Jetty-OSGi-Logback Integration
- org.eclipse.jetty.osgi.boot
-
-ch.qos.logback.access.jetty;version="[0.9,1.1)";resolution:=optional,
-ch.qos.logback.access.jetty.v7;version="[0.9,1.1)";resolution:=optional,
-ch.qos.logback.*;version="[0.9,1.1)",
-org.osgi.framework.*,
-org.slf4j.*,
-*;resolution:=optional
-
-
-!org.eclipse.jetty.osgi.boot.logback.internal.*,
-org.eclipse.jetty.osgi.boot.logback.*;version="${parsedVersion.osgiVersion}"
-
- <_nouses>true
-
-
-
-
- org.codehaus.mojo
- findbugs-maven-plugin
-
- org.eclipse.jetty.osgi.boot.logback.*
-
-
-
-
-
-
-
diff --git a/jetty-osgi/jetty-osgi-equinoxtools/pom.xml b/jetty-osgi/jetty-osgi-equinoxtools/pom.xml
deleted file mode 100644
index 1db3f81076a..00000000000
--- a/jetty-osgi/jetty-osgi-equinoxtools/pom.xml
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
- org.eclipse.jetty.osgi
- jetty-osgi-project
- 7.6.11-SNAPSHOT
- ../pom.xml
-
- 4.0.0
- jetty-osgi-equinoxtools
- Jetty :: OSGi :: Example Equinox Tools
- Jetty OSGi Example Equinox Tools
- http://www.eclipse.org/jetty
-
- ${project.groupId}.equinoxtools
-
-
-
- org.eclipse.jetty
- jetty-webapp
-
-
- org.eclipse.jetty
- jetty-continuation
-
-
- org.eclipse.jetty
- jetty-websocket
-
-
- org.eclipse.jetty
- jetty-servlet
-
-
- org.eclipse.osgi
- org.eclipse.osgi
-
-
- org.eclipse.osgi
- org.eclipse.osgi.services
-
-
-
-
-
-
- maven-antrun-plugin
-
-
- process-resources
-
-
-
-
-
-
-
-
- run
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
- artifact-jar
-
- jar
-
-
-
- test-jar
-
- test-jar
-
-
-
-
-
- target/classes/META-INF/MANIFEST.MF
-
-
-
-
- org.apache.felix
- maven-bundle-plugin
- true
-
-
- bundle-manifest
- process-classes
-
- manifest
-
-
-
-
-
- org.eclipse.jetty.osgi.equinoxtools
- Console
- org.eclipse.jetty.osgi.equinoxtools.WebEquinoxToolsActivator
- org.eclipse.jetty.osgi.equinoxtools;x-internal:=true;version="${parsedVersion.osgiVersion}",
- org.eclipse.jetty.osgi.equinoxtools.console;x-internal:=true;version="${parsedVersion.osgiVersion}"
-
- <_nouses>true
-
-
-
-
- org.codehaus.mojo
- findbugs-maven-plugin
-
- org.eclipse.jetty.osgi.equinoxtools.*
-
-
-
-
-
-
diff --git a/jetty-osgi/jetty-osgi-servletbridge/pom.xml b/jetty-osgi/jetty-osgi-servletbridge/pom.xml
deleted file mode 100644
index 4da36c2e85f..00000000000
--- a/jetty-osgi/jetty-osgi-servletbridge/pom.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
- org.eclipse.jetty.osgi
- jetty-osgi-project
- 7.6.5-SNAPSHOT
- ../pom.xml
-
- 4.0.0
- org.eclipse.jetty.osgi
- jetty-osgi-servletbridge
- Jetty :: OSGi :: Servletbridge
- Jetty OSGi Servletbridge webapp
- http://www.eclipse.org/jetty
- war
- false
-
-
- org.eclipse.equinox
- org.eclipse.equinox.servletbridge
- 1.2.0.v20100503
-
-
- javax.servlet
- servlet-api
- 2.5
- provided
-
-
- org.eclipse.osgi
- org.eclipse.osgi
- 3.6.0.v20100517
- provided
-
-
-
-
-
- intalio-org
- http://intalio.org/public/maven2
-
-
-
-
-
- org.apache.maven.plugins
- maven-eclipse-plugin
-
- false
-
-
-
-
-
diff --git a/jetty-policy/pom.xml b/jetty-policy/pom.xml
deleted file mode 100644
index e9fc1e8bd98..00000000000
--- a/jetty-policy/pom.xml
+++ /dev/null
@@ -1,139 +0,0 @@
-
- 4.0.0
-
- org.eclipse.jetty
- jetty-project
- 7.6.11-SNAPSHOT
-
- jetty-policy
- Jetty :: Policy Tool
- jar
- http://www.eclipse.org/jetty
-
- target/test-policy
- ${project.groupId}.policy
-
-
-
-
- org.apache.felix
- maven-bundle-plugin
- true
-
-
- generate-manifest
-
- manifest
-
-
-
- org.eclipse.jetty.policy.*;version="${parsedVersion.osgiVersion}"
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
- ${project.build.outputDirectory}/META-INF/MANIFEST.MF
-
-
-
-
- org.apache.maven.plugins
- maven-assembly-plugin
-
-
- package
-
- single
-
-
-
- config
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
-
-
- unpack
- generate-test-resources
-
- unpack
-
-
-
-
- org.eclipse.jetty.toolchain
- jetty-test-policy
- ${jetty-test-policy-version}
- jar
- true
- **/*.keystore
- ${jetty.test.policy.loc}
-
-
-
-
-
- copy
- generate-test-resources
-
- copy
-
-
-
-
- org.eclipse.jetty.toolchain
- jetty-test-policy
- ${jetty-test-policy-version}
- jar
- true
- **
- ${jetty.test.policy.loc}
- jetty-test-policy.jar
-
-
-
-
-
-
-
- org.codehaus.mojo
- findbugs-maven-plugin
-
- org.eclipse.jetty.policy.*
-
-
-
-
-
-
- org.eclipse.jetty
- jetty-util
- ${project.version}
-
-
- org.eclipse.jetty
- jetty-jmx
- ${project.version}
- true
-
-
- org.eclipse.jetty.toolchain
- jetty-test-helper
- test
-
-
-
diff --git a/test-continuation-jetty6/pom.xml b/test-continuation-jetty6/pom.xml
deleted file mode 100644
index 9f7f4e1f1df..00000000000
--- a/test-continuation-jetty6/pom.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
- org.eclipse.jetty
- jetty-project
- 7.6.0-SNAPSHOT
-
- 4.0.0
- test-continuation-jetty6
- jar
- Test :: Continuation - (Jetty 6)
- Asynchronous API
- http://www.eclipse.org/jetty
-
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
-
-
- true
-
-
-
-
-
-
- junit
- junit
- test
-
-
- org.eclipse.jetty
- jetty-servlet
- ${project.version}
- test
-
-
- org.eclipse.jetty
- test-continuation
- ${project.version}
- test
-
-
- org.mortbay.jetty
- jetty
- 6.1.26
- jar
- test
-
-
- servlet-api-2.5
- org.mortbay.jetty
-
-
-
-
- org.eclipse.jetty
- jetty-servlets
- ${project.version}
- jar
- test
-
-
-
diff --git a/test-continuation/pom.xml b/test-continuation/pom.xml
deleted file mode 100644
index 9abbc299c25..00000000000
--- a/test-continuation/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
- org.eclipse.jetty
- jetty-project
- 7.6.11-SNAPSHOT
-
- 4.0.0
- test-continuation
- jar
- Test :: Continuation
- Asynchronous API
- http://www.eclipse.org/jetty
-
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
-
-
- true
-
-
-
-
-
-
- junit
- junit
- provided
-
-
- org.eclipse.jetty
- jetty-servlet
- ${project.version}
- provided
-
-
-
diff --git a/test-jetty-servlet/pom.xml b/test-jetty-servlet/pom.xml
deleted file mode 100644
index a04abf7acdf..00000000000
--- a/test-jetty-servlet/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
- org.eclipse.jetty
- jetty-project
- 7.6.11-SNAPSHOT
-
- 4.0.0
- test-jetty-servlet
- jar
- Test :: Jetty Servlet Tester
- http://www.eclipse.org/jetty
-
-
- org.eclipse.jetty
- jetty-webapp
- ${project.version}
-
-
- junit
- junit
- test
-
-
-