diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index a0e59435dbb..7f0df8da620 100644 --- a/jetty-http2/http2-server/pom.xml +++ b/jetty-http2/http2-server/pom.xml @@ -12,6 +12,7 @@ ${project.groupId}.server + 28888 @@ -25,14 +26,14 @@ - com.github.madgnome + org.mortbay.jetty h2spec-maven-plugin org.eclipse.jetty.http2.server.H2SpecServer ${skipTests} + org.eclipse.jetty.h2spec - - 6.9.2 - Changes SETTINGS_INITIAL_WINDOW_SIZE after sending HEADERS frame + 3.5 - Sends invalid connection preface @@ -93,4 +94,34 @@ + + + run-spec-server + + + + org.codehaus.mojo + exec-maven-plugin + + + spec-server-run + test + + org.eclipse.jetty.http2.server.H2SpecServer + test + + ${manual.test.port} + + + + java + + + + + + + + + diff --git a/pom.xml b/pom.xml index 86f3285f33b..2c7dcdf42bc 100644 --- a/pom.xml +++ b/pom.xml @@ -939,9 +939,9 @@ - com.github.madgnome + org.mortbay.jetty h2spec-maven-plugin - 0.6 + 1.0.0