diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml index d104b37682b..fa9262c91c4 100644 --- a/aggregates/jetty-all/pom.xml +++ b/aggregates/jetty-all/pom.xml @@ -9,6 +9,7 @@ org.eclipse.jetty.aggregate jetty-all Jetty :: Aggregate :: All core Jetty + http://www.eclipse.org/jetty ${project.build.directory}/sources diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml index 82df03d883c..f53d2da3278 100644 --- a/examples/async-rest/async-rest-jar/pom.xml +++ b/examples/async-rest/async-rest-jar/pom.xml @@ -9,6 +9,8 @@ example-async-rest-jar jar Example Async Rest :: Jar + http://www.eclipse.org/jetty + war org.eclipse.jetty diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml index d549d781bef..0f30afe56f3 100644 --- a/examples/embedded/pom.xml +++ b/examples/embedded/pom.xml @@ -10,6 +10,7 @@ example-jetty-embedded Example :: Jetty Embedded Jetty Embedded Examples + http://www.eclipse.org/jetty org.eclipse.jetty diff --git a/jetty-aggregate/jetty-all-server/pom.xml b/jetty-aggregate/jetty-all-server/pom.xml new file mode 100644 index 00000000000..9c23cae0f24 --- /dev/null +++ b/jetty-aggregate/jetty-all-server/pom.xml @@ -0,0 +1,212 @@ + + + + org.eclipse.jetty.aggregate + jetty-aggregate-project + 7.6.11-SNAPSHOT + + 4.0.0 + jetty-all-server + Jetty :: Aggregate :: All Server + http://www.eclipse.org/jetty + + ${project.groupId}.${project.artifactId} + + + + ${project.build.directory}/sources + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-dependencies + + unpack-dependencies + + + **/MANIFEST.MF,javax/** + javax + javax,org.eclipse.jetty.orbit + ${project.build.directory}/classes + false + true + + + + unpack-source + generate-sources + + unpack-dependencies + + + sources + **/* + META-INF/** + org.eclipse.jetty + javax + javax,org.eclipse.jetty.orbit + ${project.build.directory}/sources + true + true + + + + + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + org.apache.felix + maven-bundle-plugin + true + + + bundle-manifest + process-classes + + manifest + + + + + + + !org.eclipse.jetty*, + com.sun.org.apache.commons.logging;version="[2.1,3)";split="glassfish";resolution:=optional, + javax.annotation;version="1.0.0";resolution:=optional, + javax.servlet;version="2.5.0", + javax.servlet.http;version="2.5.0", + javax.mail;version="1.4.0";resolution:=optional, + javax.mail.event;version="1.4.0";resolution:=optional, + javax.mail.internet;version="1.4.0";resolution:=optional, + javax.mail.search;version="1.4.0";resolution:=optional, + javax.mail.util;version="1.4.0";resolution:=optional, + javax.transaction;version="1.1.0";resolution:=optional, + javax.transaction.xa;version="1.1.0";resolution:=optional, + org.slf4j;resolution:=optional, + org.slf4j.spi;resolution:=optional, + org.slf4j.helpers;resolution:=optional, + org.xml.sax, + org.xml.sax.helpers, + javax.security.cert, + javax.xml.parsers, + javax.net.ssl, + !org.mortbay.*, + org.objectweb.asm;version="3.1.0";resolution:=optional, + org.objectweb.asm.commons;version="3.1.0";resolution:=optional, + javax.security.auth.message*;resolution:=optional, + * + + org.eclipse.jetty*;version="${parsedVersion.osgiVersion}" + + <_nouses>true + J2SE-1.5 + + + + + + + + + org.eclipse.jetty + jetty-deploy + ${project.version} + provided + + + org.eclipse.jetty + jetty-websocket + ${project.version} + provided + + + org.eclipse.jetty.orbit + javax.servlet + compile + + + org.eclipse.jetty + jetty-jmx + ${project.version} + provided + + + org.eclipse.jetty + jetty-plus + ${project.version} + provided + + + org.eclipse.jetty + jetty-ajp + ${project.version} + provided + + + org.eclipse.jetty + jetty-annotations + ${project.version} + provided + + + org.eclipse.jetty + jetty-jaspi + ${project.version} + provided + + + org.eclipse.jetty + jetty-jndi + ${project.version} + provided + + + org.eclipse.jetty + jetty-rewrite + ${project.version} + provided + + + org.eclipse.jetty + jetty-servlets + ${project.version} + provided + + + org.eclipse.jetty + jetty-nested + ${project.version} + provided + + + org.eclipse.jetty.orbit + javax.security.auth.message + compile + + + org.eclipse.jetty.orbit + javax.mail.glassfish + compile + + + org.eclipse.jetty.orbit + javax.activation + compile + + + org.eclipse.jetty.orbit + javax.annotation + compile + + + diff --git a/jetty-aggregate/jetty-client/pom.xml b/jetty-aggregate/jetty-client/pom.xml new file mode 100644 index 00000000000..1fc0ab74262 --- /dev/null +++ b/jetty-aggregate/jetty-client/pom.xml @@ -0,0 +1,87 @@ + + + org.eclipse.jetty.aggregate + jetty-aggregate-project + 7.6.11-SNAPSHOT + + 4.0.0 + jetty-client + Jetty :: Aggregate :: HTTP Client + http://www.eclipse.org/jetty + + ${project.build.directory}/sources + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-dependencies + + unpack-dependencies + + + META-INF/**,org/eclipse/** + **/MANIFEST.MF + ${project.build.directory}/classes + false + true + + + + unpack-source + generate-sources + + unpack-dependencies + + + sources + **/* + META-INF/** + org.eclipse.jetty + ${project.build.directory}/sources + true + true + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + package + package + + jar + + + + + + + development + http://eclipse.org/jetty + ${user.name} + org.eclipse.jetty + http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/NOTICE.txt + Jetty HTTP Client + + + + + + + + + + + + org.eclipse.jetty + jetty-client + ${project.version} + provided + + + diff --git a/jetty-aggregate/jetty-server/pom.xml b/jetty-aggregate/jetty-server/pom.xml new file mode 100644 index 00000000000..7c658ed4b84 --- /dev/null +++ b/jetty-aggregate/jetty-server/pom.xml @@ -0,0 +1,97 @@ + + + org.eclipse.jetty.aggregate + jetty-aggregate-project + 7.6.11-SNAPSHOT + + 4.0.0 + jetty-server + Jetty :: Aggregate :: HTTP Server + http://www.eclipse.org/jetty + + ${project.build.directory}/sources + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-dependencies + + unpack-dependencies + + + **/MANIFEST.MF,javax/** + javax + javax,org.eclipse.jetty.orbit + ${project.build.directory}/classes + false + true + + + + unpack-source + generate-sources + + unpack-dependencies + + + sources + **/* + META-INF/** + org.eclipse.jetty + javax + javax,org.eclipse.jetty.orbit + ${project.build.directory}/sources + true + true + + + + + + org.apache.maven.plugins + + maven-jar-plugin + + + package + package + + jar + + + + + + + development + http://eclipse.org/jetty + ${user.name} + org.eclipse.jetty + http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/NOTICE.txt + Jetty HTTP Server + + + + + + + + + + + + org.eclipse.jetty + jetty-server + ${project.version} + provided + + + org.eclipse.jetty + jetty-websocket + ${project.version} + provided + + + diff --git a/jetty-aggregate/jetty-servlet/pom.xml b/jetty-aggregate/jetty-servlet/pom.xml new file mode 100644 index 00000000000..ad4d4b13b3e --- /dev/null +++ b/jetty-aggregate/jetty-servlet/pom.xml @@ -0,0 +1,96 @@ + + + org.eclipse.jetty.aggregate + jetty-aggregate-project + 7.6.11-SNAPSHOT + + 4.0.0 + jetty-servlet + Jetty :: Aggregate :: Servlet Server + http://www.eclipse.org/jetty + + ${project.build.directory}/sources + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-dependencies + + unpack-dependencies + + + **/MANIFEST.MF,javax/** + javax + javax,org.eclipse.jetty.orbit + ${project.build.directory}/classes + false + true + + + + unpack-source + generate-sources + + unpack-dependencies + + + sources + **/* + META-INF/** + org.eclipse.jetty + javax + javax,org.eclipse.jetty.orbit + ${project.build.directory}/sources + true + true + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + package + package + + jar + + + + + + + development + http://eclipse.org/jetty + ${user.name} + org.eclipse.jetty + http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/NOTICE.txt + Jetty HTTP Server + + + + + + + + + + + + org.eclipse.jetty + jetty-servlet + ${project.version} + provided + + + org.eclipse.jetty + jetty-websocket + ${project.version} + provided + + + diff --git a/jetty-aggregate/jetty-webapp/pom.xml b/jetty-aggregate/jetty-webapp/pom.xml new file mode 100644 index 00000000000..3eb1748eda1 --- /dev/null +++ b/jetty-aggregate/jetty-webapp/pom.xml @@ -0,0 +1,103 @@ + + + org.eclipse.jetty.aggregate + jetty-aggregate-project + 7.6.11-SNAPSHOT + + 4.0.0 + jetty-webapp + Jetty :: Aggregate :: WebApp Server + http://www.eclipse.org/jetty + + ${project.build.directory}/sources + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-dependencies + + unpack-dependencies + + + META-INF/**,org/eclipse/**,org/apache/jasper/compiler/** + **/MANIFEST.MF,javax/** + javax + javax,org.eclipse.jetty.orbit + ${project.build.directory}/classes + false + true + + + + unpack-source + generate-sources + + unpack-dependencies + + + sources + **/* + META-INF/** + org.eclipse.jetty + javax + javax,org.eclipse.jetty.orbit + ${project.build.directory}/sources + true + true + + + + + + org.apache.maven.plugins + + maven-jar-plugin + + + package + package + + jar + + + + + + + development + http://eclipse.org/jetty + ${user.name} + org.eclipse.jetty + http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/NOTICE.txt + Jetty HTTP Server + + + + + + + + + + + + org.eclipse.jetty + jetty-webapp + ${project.version} + provided + + + org.eclipse.jetty.orbit + javax.servlet + + + + + org.eclipse.jetty.orbit + javax.servlet + compile + + + diff --git a/jetty-aggregate/jetty-websocket/pom.xml b/jetty-aggregate/jetty-websocket/pom.xml new file mode 100644 index 00000000000..c45885c2cb7 --- /dev/null +++ b/jetty-aggregate/jetty-websocket/pom.xml @@ -0,0 +1,91 @@ + + + org.eclipse.jetty.aggregate + jetty-aggregate-project + 7.6.11-SNAPSHOT + + 4.0.0 + jetty-websocket + Jetty :: Aggregate :: Websocket + http://www.eclipse.org/jetty + + ${project.build.directory}/sources + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-dependencies + + unpack-dependencies + + + **/MANIFEST.MF,javax/**,about.html + javax + javax,org.eclipse.jetty.orbit + ${project.build.directory}/classes + false + true + + + + unpack-source + generate-sources + + unpack-dependencies + + + sources + **/* + META-INF/** + org.eclipse.jetty + javax + javax,org.eclipse.jetty.orbit + ${project.build.directory}/sources + true + true + + + + + + org.apache.maven.plugins + + maven-jar-plugin + + + package + package + + jar + + + + + + + development + http://eclipse.org/jetty + ${user.name} + org.eclipse.jetty + http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/NOTICE.txt + Jetty HTTP Server + + + + + + + + + + + + org.eclipse.jetty + jetty-websocket + ${project.version} + provided + + + diff --git a/jetty-aggregate/pom.xml b/jetty-aggregate/pom.xml new file mode 100644 index 00000000000..b23767e4b58 --- /dev/null +++ b/jetty-aggregate/pom.xml @@ -0,0 +1,44 @@ + + + 4.0.0 + + org.eclipse.jetty + jetty-project + 7.6.11-SNAPSHOT + + org.eclipse.jetty.aggregate + jetty-aggregate-project + Jetty :: Aggregate Project + http://www.eclipse.org/jetty + pom + + + + org.apache.maven.plugins + maven-pmd-plugin + + + true + + + + org.codehaus.mojo + findbugs-maven-plugin + + + true + + + + + + jetty-server + jetty-client + jetty-servlet + jetty-webapp + jetty-websocket + jetty-plus + jetty-all-server + jetty-all + + diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index 8e12bc2118c..13e2194554a 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -8,6 +8,7 @@ jetty-annotations Jetty :: Servlet Annotations Annotation support for deploying servlets in jetty. + http://www.eclipse.org/jetty ${project.groupId}.annotations diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index 8f2ad66c087..4ba11e2cf74 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -8,13 +8,11 @@ 4.0.0 jetty-client Jetty :: Asynchronous HTTP Client - {$jetty.url} - + http://www.eclipse.org/jetty ${project.groupId}.client target/test-policy - diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml index aec8ebbcd42..f71dc603ea5 100644 --- a/jetty-continuation/pom.xml +++ b/jetty-continuation/pom.xml @@ -8,6 +8,7 @@ jetty-continuation Jetty :: Continuation Asynchronous API + http://www.eclipse.org/jetty ${project.groupId}.continuation diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index 9ee520fb195..4ea462a633d 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -8,6 +8,7 @@ jetty-deploy Jetty :: Deployers Jetty deployers + http://www.eclipse.org/jetty ${project.groupId}.deploy diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index d6b495c1074..5aff528e629 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml @@ -7,6 +7,7 @@ jetty-distribution Jetty :: Distribution Assemblies + http://www.eclipse.org/jetty pom target/distribution diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index 7dc16201b80..42439750c09 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -7,6 +7,7 @@ 4.0.0 jetty-http-spi Jetty :: Http Service Provider Interface + http://www.eclipse.org/jetty ${project.groupId}.http.spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index 43e64a9ef9d..bbf3d08ab63 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -8,6 +8,7 @@ 4.0.0 jetty-http Jetty :: Http Utility + http://www.eclipse.org/jetty ${project.groupId}.http diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index ef341a8f759..a9a4ed7853a 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -7,6 +7,7 @@ 4.0.0 jetty-io Jetty :: IO Utility + http://www.eclipse.org/jetty ${project.groupId}.io diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index a35bcb77dc7..71728a363cd 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -8,6 +8,7 @@ jetty-jaspi Jetty :: JASPI Security Jetty security infrastructure + http://www.eclipse.org/jetty ${project.groupId}.jaspi diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index ed18a5976ff..f20145c4ef5 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -8,6 +8,7 @@ jetty-jmx Jetty :: JMX Management JMX management artifact for jetty. + http://www.eclipse.org/jetty ${project.groupId}.jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 376c5beb28b..39b659790d0 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -8,6 +8,7 @@ jetty-jndi Jetty :: JNDI Naming JNDI spi impl for java namespace. + http://www.eclipse.org/jetty ${project.groupId}.jndi diff --git a/jetty-jsp/pom.xml b/jetty-jsp/pom.xml index f48f73cdbeb..83eda5dcbf9 100644 --- a/jetty-jsp/pom.xml +++ b/jetty-jsp/pom.xml @@ -7,6 +7,7 @@ 4.0.0 jetty-jsp Jetty :: JSP dependencies + http://www.eclipse.org/jetty jar diff --git a/jetty-monitor/pom.xml b/jetty-monitor/pom.xml index 35384147418..e8bcf615ab2 100644 --- a/jetty-monitor/pom.xml +++ b/jetty-monitor/pom.xml @@ -24,6 +24,7 @@ 4.0.0 jetty-monitor Jetty :: Monitoring + http://www.eclipse.org/jetty Performance monitoring artifact for jetty. ${project.groupId}.monitor diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index c1aa0f040ca..54850bce947 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -7,6 +7,7 @@ 4.0.0 jetty-nosql Jetty :: NoSQL Session Managers + http://www.eclipse.org/jetty ${project.groupId}.nosql diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index cb105aedc43..29a346103a7 100644 --- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml @@ -8,6 +8,7 @@ jetty-osgi-boot-jsp Jetty :: OSGi :: Boot JSP Jetty OSGi Boot JSP bundle + http://www.eclipse.org/jetty ${project.groupId}.boot.jsp diff --git a/jetty-osgi/jetty-osgi-boot-logback/pom.xml b/jetty-osgi/jetty-osgi-boot-logback/pom.xml new file mode 100644 index 00000000000..f1985b7e05a --- /dev/null +++ b/jetty-osgi/jetty-osgi-boot-logback/pom.xml @@ -0,0 +1,127 @@ + + + org.eclipse.jetty.osgi + jetty-osgi-project + 7.6.11-SNAPSHOT + ../pom.xml + + 4.0.0 + jetty-osgi-boot-logback + Jetty :: OSGi :: Boot Logback + Jetty OSGi Boot Logback bundle + http://www.eclipse.org/jetty + + ${project.groupId}.boot.logback + + + + org.eclipse.jetty.osgi + jetty-osgi-boot + ${project.version} + provided + + + org.eclipse.osgi + org.eclipse.osgi + + + org.eclipse.jetty + jetty-webapp + + + org.eclipse.osgi + org.eclipse.osgi.services + + + org.slf4j + slf4j-api + + + org.slf4j + jcl-over-slf4j + + + org.slf4j + log4j-over-slf4j + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + artifact-jar + + jar + + + + test-jar + + test-jar + + + + + + target/classes/META-INF/MANIFEST.MF + + + + + org.apache.felix + maven-bundle-plugin + true + + + bundle-manifest + process-classes + + manifest + + + + + + org.eclipse.jetty.osgi.boot.logback;singleton:=true + Jetty-OSGi-Logback Integration + org.eclipse.jetty.osgi.boot + +ch.qos.logback.access.jetty;version="[0.9,1.1)";resolution:=optional, +ch.qos.logback.access.jetty.v7;version="[0.9,1.1)";resolution:=optional, +ch.qos.logback.*;version="[0.9,1.1)", +org.osgi.framework.*, +org.slf4j.*, +*;resolution:=optional + + +!org.eclipse.jetty.osgi.boot.logback.internal.*, +org.eclipse.jetty.osgi.boot.logback.*;version="${parsedVersion.osgiVersion}" + + <_nouses>true + + + + + org.codehaus.mojo + findbugs-maven-plugin + + org.eclipse.jetty.osgi.boot.logback.* + + + + + + + diff --git a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml index 50f47542bbd..b853eb80c9e 100644 --- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml @@ -9,6 +9,7 @@ jetty-osgi-boot-warurl Jetty :: OSGi :: Boot :: Warurl Jetty OSGi Boot-Warurl bundle + http://www.eclipse.org/jetty ${project.groupId}.boot.warurl diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index 21e99b5046a..d5ba5960526 100644 --- a/jetty-osgi/jetty-osgi-boot/pom.xml +++ b/jetty-osgi/jetty-osgi-boot/pom.xml @@ -8,6 +8,7 @@ jetty-osgi-boot Jetty :: OSGi :: Boot Jetty OSGi Boot bundle + http://www.eclipse.org/jetty ${project.groupId}.boot diff --git a/jetty-osgi/jetty-osgi-equinoxtools/pom.xml b/jetty-osgi/jetty-osgi-equinoxtools/pom.xml new file mode 100644 index 00000000000..1db3f81076a --- /dev/null +++ b/jetty-osgi/jetty-osgi-equinoxtools/pom.xml @@ -0,0 +1,121 @@ + + + org.eclipse.jetty.osgi + jetty-osgi-project + 7.6.11-SNAPSHOT + ../pom.xml + + 4.0.0 + jetty-osgi-equinoxtools + Jetty :: OSGi :: Example Equinox Tools + Jetty OSGi Example Equinox Tools + http://www.eclipse.org/jetty + + ${project.groupId}.equinoxtools + + + + org.eclipse.jetty + jetty-webapp + + + org.eclipse.jetty + jetty-continuation + + + org.eclipse.jetty + jetty-websocket + + + org.eclipse.jetty + jetty-servlet + + + org.eclipse.osgi + org.eclipse.osgi + + + org.eclipse.osgi + org.eclipse.osgi.services + + + + + + + maven-antrun-plugin + + + process-resources + + + + + + + + + run + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + artifact-jar + + jar + + + + test-jar + + test-jar + + + + + + target/classes/META-INF/MANIFEST.MF + + + + + org.apache.felix + maven-bundle-plugin + true + + + bundle-manifest + process-classes + + manifest + + + + + + org.eclipse.jetty.osgi.equinoxtools + Console + org.eclipse.jetty.osgi.equinoxtools.WebEquinoxToolsActivator + org.eclipse.jetty.osgi.equinoxtools;x-internal:=true;version="${parsedVersion.osgiVersion}", + org.eclipse.jetty.osgi.equinoxtools.console;x-internal:=true;version="${parsedVersion.osgiVersion}" + + <_nouses>true + + + + + org.codehaus.mojo + findbugs-maven-plugin + + org.eclipse.jetty.osgi.equinoxtools.* + + + + + + diff --git a/jetty-osgi/jetty-osgi-httpservice/pom.xml b/jetty-osgi/jetty-osgi-httpservice/pom.xml index 8d6be0af7e1..df9b6c586ae 100644 --- a/jetty-osgi/jetty-osgi-httpservice/pom.xml +++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml @@ -8,6 +8,7 @@ jetty-httpservice Jetty :: OSGi :: HttpService Jetty OSGi HttpService bundle + http://www.eclipse.org/jetty ${project.groupId}.httpservice diff --git a/jetty-osgi/jetty-osgi-servletbridge/pom.xml b/jetty-osgi/jetty-osgi-servletbridge/pom.xml new file mode 100644 index 00000000000..4da36c2e85f --- /dev/null +++ b/jetty-osgi/jetty-osgi-servletbridge/pom.xml @@ -0,0 +1,54 @@ + + + org.eclipse.jetty.osgi + jetty-osgi-project + 7.6.5-SNAPSHOT + ../pom.xml + + 4.0.0 + org.eclipse.jetty.osgi + jetty-osgi-servletbridge + Jetty :: OSGi :: Servletbridge + Jetty OSGi Servletbridge webapp + http://www.eclipse.org/jetty + war + false + + + org.eclipse.equinox + org.eclipse.equinox.servletbridge + 1.2.0.v20100503 + + + javax.servlet + servlet-api + 2.5 + provided + + + org.eclipse.osgi + org.eclipse.osgi + 3.6.0.v20100517 + provided + + + + + + intalio-org + http://intalio.org/public/maven2 + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + false + + + + + diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index c3919e6e118..f9a021d8a3e 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -8,6 +8,7 @@ org.eclipse.jetty.osgi jetty-osgi-project Jetty :: OSGi + http://www.eclipse.org/jetty pom 3.6.0.v20100517 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 3e0eb62490d..86c24d4b559 100644 --- a/jetty-osgi/test-jetty-osgi-context/pom.xml +++ b/jetty-osgi/test-jetty-osgi-context/pom.xml @@ -8,6 +8,7 @@ test-jetty-osgi-context Jetty :: OSGi :: Context Test Jetty OSGi bundle with a ContextHandler + http://www.eclipse.org/jetty ${project.groupId}.testcontext diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml index 29e9fb54abe..14ad31c49d6 100644 --- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml @@ -9,6 +9,7 @@ test-jetty-osgi-webapp Jetty :: OSGi :: WebApp Test Jetty OSGi Webapp bundle + http://www.eclipse.org/jetty ${project.groupId}.webapp diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 356d937e57e..e4cd558238b 100644 --- a/jetty-osgi/test-jetty-osgi/pom.xml +++ b/jetty-osgi/test-jetty-osgi/pom.xml @@ -8,7 +8,8 @@ 4.0.0 test-jetty-osgi Jetty :: OSGi :: Test - Jetty OSGi Integration tests + Jetty OSGi Integration test + http://www.eclipse.org/jetty ${project.groupId}.boot.test.spdy http://download.eclipse.org/jetty/orbit/ diff --git a/jetty-overlay-deployer/pom.xml b/jetty-overlay-deployer/pom.xml index 8b853167ee7..53071fecb1a 100644 --- a/jetty-overlay-deployer/pom.xml +++ b/jetty-overlay-deployer/pom.xml @@ -8,6 +8,7 @@ jetty-overlay-deployer Jetty :: Overlay Deployer Overlayed deployer + http://www.eclipse.org/jetty diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 9a78b88b10e..aac004a02fa 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -8,6 +8,7 @@ jetty-plus Jetty :: Plus Jetty JavaEE style services + http://www.eclipse.org/jetty ${project.groupId}.plus diff --git a/jetty-policy/pom.xml b/jetty-policy/pom.xml new file mode 100644 index 00000000000..e9fc1e8bd98 --- /dev/null +++ b/jetty-policy/pom.xml @@ -0,0 +1,139 @@ + + 4.0.0 + + org.eclipse.jetty + jetty-project + 7.6.11-SNAPSHOT + + jetty-policy + Jetty :: Policy Tool + jar + http://www.eclipse.org/jetty + + target/test-policy + ${project.groupId}.policy + + + + + org.apache.felix + maven-bundle-plugin + true + + + generate-manifest + + manifest + + + + org.eclipse.jetty.policy.*;version="${parsedVersion.osgiVersion}" + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + package + + single + + + + config + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + generate-test-resources + + unpack + + + + + org.eclipse.jetty.toolchain + jetty-test-policy + ${jetty-test-policy-version} + jar + true + **/*.keystore + ${jetty.test.policy.loc} + + + + + + copy + generate-test-resources + + copy + + + + + org.eclipse.jetty.toolchain + jetty-test-policy + ${jetty-test-policy-version} + jar + true + ** + ${jetty.test.policy.loc} + jetty-test-policy.jar + + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + + org.eclipse.jetty.policy.* + + + + + + + org.eclipse.jetty + jetty-util + ${project.version} + + + org.eclipse.jetty + jetty-jmx + ${project.version} + true + + + org.eclipse.jetty.toolchain + jetty-test-helper + test + + + diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 697f2079395..490c4dc28a1 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -8,6 +8,7 @@ jetty-proxy Jetty :: Proxy Jetty Proxy + http://www.eclipse.org/jetty ${project.groupId}.proxy diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index feca53c9c4e..03ad237907e 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -8,6 +8,7 @@ jetty-rewrite Jetty :: Rewrite Handler Jetty Rewrite Handler + http://www.eclipse.org/jetty ${project.groupId}.rewrite diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index c96a6efd004..0883fd88398 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -12,7 +12,7 @@ target/distribution - + http://www.eclipse.org/jetty diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index c52cf733670..d551ab44a55 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -8,6 +8,7 @@ jetty-security Jetty :: Security Jetty security infrastructure + http://www.eclipse.org/jetty ${project.groupId}.security diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index f603245533e..2f24762a9f2 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -8,6 +8,7 @@ jetty-server Jetty :: Server Core The core jetty server artifact. + http://www.eclipse.org/jetty ${project.groupId}.server diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index 85fa527e4f7..d503d2fac73 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -9,6 +9,7 @@ jetty-servlet Jetty :: Servlet Handling Jetty Servlet Container + http://www.eclipse.org/jetty ${project.groupId}.servlet diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index e0911d25ebd..9d5de75af90 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -9,6 +9,7 @@ jetty-servlets Jetty :: Utility Servlets and Filters Utility Servlets from Jetty + http://www.eclipse.org/jetty ${project.groupId}.servlets diff --git a/jetty-spdy/pom.xml b/jetty-spdy/pom.xml index 1ac8b84382f..e276ff7e8f2 100644 --- a/jetty-spdy/pom.xml +++ b/jetty-spdy/pom.xml @@ -11,7 +11,7 @@ spdy-parent pom Jetty :: SPDY :: Parent - + http://www.eclipse.org/jetty 1.1.0.v20120525 diff --git a/jetty-spdy/spdy-client/pom.xml b/jetty-spdy/spdy-client/pom.xml index fcaee371a41..a2ec7b0e583 100644 --- a/jetty-spdy/spdy-client/pom.xml +++ b/jetty-spdy/spdy-client/pom.xml @@ -14,6 +14,7 @@ ${project.groupId}.client + http://www.eclipse.org/jetty diff --git a/jetty-spdy/spdy-core/pom.xml b/jetty-spdy/spdy-core/pom.xml index d2aee9d29f8..858427eb2a7 100644 --- a/jetty-spdy/spdy-core/pom.xml +++ b/jetty-spdy/spdy-core/pom.xml @@ -14,6 +14,7 @@ ${project.groupId}.core + http://www.eclipse.org/jetty org.eclipse.jetty diff --git a/jetty-spdy/spdy-example-webapp/pom.xml b/jetty-spdy/spdy-example-webapp/pom.xml index 28fd25184b1..924536d62b3 100644 --- a/jetty-spdy/spdy-example-webapp/pom.xml +++ b/jetty-spdy/spdy-example-webapp/pom.xml @@ -8,8 +8,8 @@ 4.0.0 spdy-example-webapp war - Jetty :: SPDY :: Example Web Application - + Jetty :: SPDY :: Jetty HTTP Web Application + http://www.eclipse.org/jetty diff --git a/jetty-spdy/spdy-server/pom.xml b/jetty-spdy/spdy-server/pom.xml index 1fa10b91a39..63175046b0c 100644 --- a/jetty-spdy/spdy-server/pom.xml +++ b/jetty-spdy/spdy-server/pom.xml @@ -14,6 +14,7 @@ ${project.groupId}.server + http://www.eclipse.org/jetty diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 4d8269b8db4..a1e501d5386 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -8,6 +8,7 @@ jetty-start Jetty :: Start The start utility + http://www.eclipse.org/jetty diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 4b2f3493bf3..b6f45427853 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -8,6 +8,7 @@ jetty-util-ajax Jetty :: Utilities :: Ajax(JSON) JSON/Ajax Utility classes for Jetty + http://www.eclipse.org/jetty ${project.groupId}.util.ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index b9d49b5d37e..a201f0aaa68 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -8,6 +8,7 @@ jetty-util Jetty :: Utilities Utility classes for Jetty + http://www.eclipse.org/jetty ${project.groupId}.util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 5f2d0208eb4..c2975ebd000 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -8,6 +8,7 @@ jetty-webapp Jetty :: Webapp Application Support Jetty web application support + http://www.eclipse.org/jetty ${project.groupId}.webapp diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index b9e8f152428..26c02b999b6 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -11,7 +11,8 @@ websocket-parent Jetty :: Websocket :: Parent pom - + http://www.eclipse.org/jetty + websocket-common websocket-api diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index bb1055bf1d9..e0fb01f9245 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -8,6 +8,7 @@ jetty-xml Jetty :: XML utilities The jetty xml utilities. + http://www.eclipse.org/jetty ${project.groupId}.xml diff --git a/pom.xml b/pom.xml index 8deb273955d..af689be2d6d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,12 +8,12 @@ jetty-project 9.0.4-SNAPSHOT Jetty :: Project - ${jetty.url} + http://www.eclipse.org/jetty pom - UTF-8 http://www.eclipse.org/jetty 3.0.0.v201112011016 + UTF-8 1.1 1.6.1 1.2 diff --git a/test-continuation-jetty6/pom.xml b/test-continuation-jetty6/pom.xml new file mode 100644 index 00000000000..9f7f4e1f1df --- /dev/null +++ b/test-continuation-jetty6/pom.xml @@ -0,0 +1,64 @@ + + + org.eclipse.jetty + jetty-project + 7.6.0-SNAPSHOT + + 4.0.0 + test-continuation-jetty6 + jar + Test :: Continuation - (Jetty 6) + Asynchronous API + http://www.eclipse.org/jetty + + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + + + + + + junit + junit + test + + + org.eclipse.jetty + jetty-servlet + ${project.version} + test + + + org.eclipse.jetty + test-continuation + ${project.version} + test + + + org.mortbay.jetty + jetty + 6.1.26 + jar + test + + + servlet-api-2.5 + org.mortbay.jetty + + + + + org.eclipse.jetty + jetty-servlets + ${project.version} + jar + test + + + diff --git a/test-continuation/pom.xml b/test-continuation/pom.xml new file mode 100644 index 00000000000..9abbc299c25 --- /dev/null +++ b/test-continuation/pom.xml @@ -0,0 +1,38 @@ + + + org.eclipse.jetty + jetty-project + 7.6.11-SNAPSHOT + + 4.0.0 + test-continuation + jar + Test :: Continuation + Asynchronous API + http://www.eclipse.org/jetty + + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + + + + + + junit + junit + provided + + + org.eclipse.jetty + jetty-servlet + ${project.version} + provided + + + diff --git a/test-jetty-servlet/pom.xml b/test-jetty-servlet/pom.xml new file mode 100644 index 00000000000..a04abf7acdf --- /dev/null +++ b/test-jetty-servlet/pom.xml @@ -0,0 +1,24 @@ + + + org.eclipse.jetty + jetty-project + 7.6.11-SNAPSHOT + + 4.0.0 + test-jetty-servlet + jar + Test :: Jetty Servlet Tester + http://www.eclipse.org/jetty + + + org.eclipse.jetty + jetty-webapp + ${project.version} + + + junit + junit + test + + + diff --git a/tests/pom.xml b/tests/pom.xml index 66f5b61fe28..920b69b5afd 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -27,6 +27,7 @@ org.eclipse.jetty.tests tests-parent Jetty Tests :: Parent + http://www.eclipse.org/jetty pom diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 35311f6ee15..fb5784a6e9c 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -26,6 +26,7 @@ test-integration jar Jetty Tests :: Integrations + http://www.eclipse.org/jetty ${project.build.directory}/test-wars ${project.build.directory}/test-libs diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 3affb3977f0..7ba45e0b92e 100644 --- a/tests/test-loginservice/pom.xml +++ b/tests/test-loginservice/pom.xml @@ -25,6 +25,7 @@ test-loginservice Jetty Tests :: Login Service + http://www.eclipse.org/jetty org.eclipse.jetty diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 9680dddda02..9330be8282d 100644 --- a/tests/test-sessions/pom.xml +++ b/tests/test-sessions/pom.xml @@ -25,6 +25,7 @@ test-sessions-parent Jetty Tests :: Sessions :: Parent + http://www.eclipse.org/jetty pom diff --git a/tests/test-sessions/test-hash-sessions/pom.xml b/tests/test-sessions/test-hash-sessions/pom.xml index a992d9bd7e6..a78216c8b49 100644 --- a/tests/test-sessions/test-hash-sessions/pom.xml +++ b/tests/test-sessions/test-hash-sessions/pom.xml @@ -25,6 +25,7 @@ test-hash-sessions Jetty Tests :: Sessions :: Hash + http://www.eclipse.org/jetty diff --git a/tests/test-sessions/test-jdbc-sessions/pom.xml b/tests/test-sessions/test-jdbc-sessions/pom.xml index 990ae16efaa..91c24996d55 100644 --- a/tests/test-sessions/test-jdbc-sessions/pom.xml +++ b/tests/test-sessions/test-jdbc-sessions/pom.xml @@ -25,6 +25,7 @@ test-jdbc-sessions Jetty Tests :: Sessions :: JDBC + http://www.eclipse.org/jetty diff --git a/tests/test-sessions/test-mongodb-sessions/pom.xml b/tests/test-sessions/test-mongodb-sessions/pom.xml index 44c3ed9793c..5e83b2a3a07 100644 --- a/tests/test-sessions/test-mongodb-sessions/pom.xml +++ b/tests/test-sessions/test-mongodb-sessions/pom.xml @@ -25,6 +25,7 @@ test-mongodb-sessions Jetty Tests :: Sessions :: Mongo + http://www.eclipse.org/jetty diff --git a/tests/test-sessions/test-sessions-common/pom.xml b/tests/test-sessions/test-sessions-common/pom.xml index 9edc777e02d..d72d95fb821 100644 --- a/tests/test-sessions/test-sessions-common/pom.xml +++ b/tests/test-sessions/test-sessions-common/pom.xml @@ -25,6 +25,7 @@ test-sessions-common Jetty Tests :: Sessions :: Common + http://www.eclipse.org/jetty diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index cc3291103ba..cea8290cd16 100644 --- a/tests/test-webapps/pom.xml +++ b/tests/test-webapps/pom.xml @@ -26,6 +26,7 @@ test-webapps-parent Jetty Tests :: WebApps :: Parent + http://www.eclipse.org/jetty pom diff --git a/tests/test-webapps/test-jetty-webapp/pom.xml b/tests/test-webapps/test-jetty-webapp/pom.xml index cbf4a75f7da..f13b5f27720 100644 --- a/tests/test-webapps/test-jetty-webapp/pom.xml +++ b/tests/test-webapps/test-jetty-webapp/pom.xml @@ -27,6 +27,7 @@ org.eclipse.jetty test-jetty-webapp Test :: Jetty Test Webapp + http://www.eclipse.org/jetty war diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index a9695fe5b67..2243dac04b5 100644 --- a/tests/test-webapps/test-webapp-rfc2616/pom.xml +++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml @@ -25,6 +25,7 @@ test-webapp-rfc2616 Jetty Tests :: WebApp :: RFC2616 + http://www.eclipse.org/jetty war