diff --git a/tests/pom.xml b/tests/pom.xml index d818a9319d0..cb34d4e179a 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -37,14 +37,6 @@ true - - org.apache.maven.plugins - maven-deploy-plugin - - - true - - diff --git a/tests/test-sessions/test-hash-sessions/pom.xml b/tests/test-sessions/test-hash-sessions/pom.xml index 456c396fe5d..2c3c3f300d7 100644 --- a/tests/test-sessions/test-hash-sessions/pom.xml +++ b/tests/test-sessions/test-hash-sessions/pom.xml @@ -26,15 +26,23 @@ test-hash-sessions Jetty Tests :: Sessions :: Hash - - - maven-compiler-plugin - - 1.5 - 1.5 - - - + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + + diff --git a/tests/test-sessions/test-jdbc-sessions/pom.xml b/tests/test-sessions/test-jdbc-sessions/pom.xml index 7695cc8aab6..c3369cd6912 100644 --- a/tests/test-sessions/test-jdbc-sessions/pom.xml +++ b/tests/test-sessions/test-jdbc-sessions/pom.xml @@ -26,15 +26,23 @@ test-jdbc-sessions Jetty Tests :: Sessions :: JDBC - - - maven-compiler-plugin - - 1.5 - 1.5 - - - + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + + diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 6167beb7d35..2ee0a67be22 100644 --- a/tests/test-webapps/pom.xml +++ b/tests/test-webapps/pom.xml @@ -27,6 +27,16 @@ Jetty Tests :: WebApps :: Parent pom + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + + test-webapp-rfc2616 diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index 52c564db734..aff264a2c43 100644 --- a/tests/test-webapps/test-webapp-rfc2616/pom.xml +++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml @@ -27,6 +27,16 @@ Jetty Tests :: WebApp :: RFC2616 war + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + +