diff --git a/jetty-monitor/pom.xml b/jetty-monitor/pom.xml
index 2ba72fbfced..25d0fa5ac7f 100644
--- a/jetty-monitor/pom.xml
+++ b/jetty-monitor/pom.xml
@@ -26,7 +26,7 @@
Jetty :: Monitoring
Performance monitoring artifact for jetty.
- ${project.groupId}.jmx
+ ${project.groupId}.monitor
@@ -83,39 +83,11 @@
always
-
- org.apache.maven.plugins
- maven-dependency-plugin
-
-
- unpack-jetty-distro
- process-test-resources
-
- unpack
-
-
-
-
- org.eclipse.jetty
- jetty-distribution
- ${project.version}
- zip
- true
-
-
- true
- ${test-dist-dir}
- true
- true
-
-
-
-
org.codehaus.mojo
findbugs-maven-plugin
- org.eclipse.jetty.jmx.*
+ org.eclipse.jetty.monitor.*
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 5b5bd49b16a..d1e205970be 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -10,7 +10,8 @@
${project.version}
${junit-version}
- ${project.groupId}.mongodb
+ ${project.groupId}.nosql
+
install
diff --git a/pom.xml b/pom.xml
index 99ed0bce788..b18098d9579 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,6 +350,7 @@
jetty-nested
jetty-overlay-deployer
jetty-nosql
+ jetty-distribution
test-continuation
test-continuation-jetty6
test-jetty-servlet
@@ -437,7 +438,6 @@
jetty-aggregate
- jetty-distribution