From 28d9df1dbbf1add8adbe18a068bb89b72f497735 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Mon, 31 Mar 2014 14:18:37 -0700 Subject: Refactoring alpn stuff into jetty-alpn-server and jetty-alpn-client --- jetty-alpn/jetty-alpn-client/pom.xml | 76 ++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 jetty-alpn/jetty-alpn-client/pom.xml (limited to 'jetty-alpn/jetty-alpn-client/pom.xml') diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml new file mode 100644 index 0000000000..25eacb7e66 --- /dev/null +++ b/jetty-alpn/jetty-alpn-client/pom.xml @@ -0,0 +1,76 @@ + + + org.eclipse.jetty + jetty-project + 9.1.4-SNAPSHOT + + 4.0.0 + jetty-alpn-client + Jetty :: ALPN Client + Jetty ALPN client services + http://www.eclipse.org/jetty + + ${project.groupId}.alpn.client + + + + + org.apache.felix + maven-bundle-plugin + true + + + + manifest + + + + org.eclipse.jetty.alpn;resolution:=optional + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + org.apache.maven.plugins + maven-source-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + org.eclipse.jetty.alpn.* + + + + + + + org.eclipse.jetty + jetty-io + ${project.version} + + + org.eclipse.jetty.alpn + alpn-api + ${alpn.api.version} + provided + + + org.eclipse.jetty.toolchain + jetty-test-helper + test + + + -- cgit v1.2.3