From 3c393da3f91ab10d2f6614dce2d2b72542d9336b Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Mon, 5 Mar 2018 15:02:00 -0600 Subject: [PATCH] Issue #2278 - making distribution pom not require tests - Speculative fix to ensure that the users of the jetty-distribution do not require the test artifacts to utilize the tarball / zip files - Also disabled the snapshot repository as it causes false success - Adding now unreferenced dependency Signed-off-by: Joakim Erdfelt --- jetty-distribution/pom.xml | 9 +++++++++ pom.xml | 4 ++++ tests/test-integration/pom.xml | 5 +++++ 3 files changed, 18 insertions(+) diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index 8c92a955625..32a051f13e7 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml @@ -398,29 +398,37 @@ + org.eclipse.jetty jetty-home ${project.version} pom + true org.eclipse.jetty test-jetty-webapp war ${project.version} + true org.eclipse.jetty test-proxy-webapp war ${project.version} + true org.eclipse.jetty.example-async-rest example-async-rest-webapp ${project.version} war + true org.eclipse.jetty @@ -428,6 +436,7 @@ ${project.version} html zip + true diff --git a/pom.xml b/pom.xml index 5907756de04..0ea022736b3 100644 --- a/pom.xml +++ b/pom.xml @@ -1766,6 +1766,9 @@ https://webtide.com + diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index edb785ca3cb..6e5cc58e119 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -118,6 +118,11 @@ apache-jsp ${project.version} + + org.eclipse.jetty.http2 + http2-server + ${project.version} + org.eclipse.jetty.tests test-webapp-rfc2616