diff --git a/examples/pom.xml b/examples/pom.xml index 613daa27629..02fa8da6294 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -47,5 +47,6 @@ --> async-rest embedded + quickstart diff --git a/examples/quickstart/pom.xml b/examples/quickstart/pom.xml new file mode 100644 index 00000000000..0ec830114c6 --- /dev/null +++ b/examples/quickstart/pom.xml @@ -0,0 +1,169 @@ + + + org.eclipse.jetty.examples + examples-parent + 9.3.0-SNAPSHOT + ../pom.xml + + 4.0.0 + org.eclipse.jetty + example-jetty-quickstart + Example :: Jetty Quick Start + Jetty Quick Start Example + http://www.eclipse.org/jetty + + + org.eclipse.jetty + jetty-webapp + ${project.version} + + + org.eclipse.jetty + jetty-jmx + ${project.version} + + + org.eclipse.jetty + jetty-plus + ${project.version} + + + org.eclipse.jetty + jetty-annotations + ${project.version} + + + javax.transaction + javax.transaction-api + 1.2 + compile + + + org.eclipse.jetty.tests + test-mock-resources + ${project.version} + test + + + org.eclipse.jetty.orbit + javax.mail.glassfish + 1.4.1.v201005082020 + test + + + org.eclipse.jetty + jetty-servlets + ${project.version} + test + + + org.eclipse.jetty.tests + test-jndi-webapp + ${project.version} + war + provided + + + org.eclipse.jetty.websocket + javax-websocket-server-impl + ${project.version} + test + + + org.eclipse.jetty.websocket + websocket-server + ${project.version} + test + + + org.eclipse.jetty + apache-jsp + ${project.version} + test + + + org.eclipse.jetty + apache-jstl + ${project.version} + test + + + + + + org.codehaus.mojo + appassembler-maven-plugin + 1.7 + + + unix + + + + preconfigure + org.eclipse.jetty.quickstart.PreconfigureQuickStartWar + + + org.eclipse.jetty.quickstart.QuickStartWar + quickstart + + + + + + org.eclipse.jetty + jetty-webapp + ${project.version} + + + + + + maven-dependency-plugin + + + copy + generate-resources + + copy + + + + + org.eclipse.jetty.tests + test-jndi-webapp + ${project.version} + war + true + ** + ${basedir}/target + test-jndi.war + + + org.eclipse.jetty.tests + test-spec-webapp + ${project.version} + war + true + ** + ${basedir}/target + test-spec.war + + + org.eclipse.jetty + test-jetty-webapp + ${project.version} + war + true + ** + ${basedir}/target + test-standard.war + + + + + + + + + diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index a6f3314e4bd..a67e95337dd 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -7,7 +7,7 @@ 4.0.0 org.eclipse.jetty jetty-quickstart - Example :: Jetty Quick Start + Jetty :: Quick Start Jetty Quick Start http://www.eclipse.org/jetty @@ -82,74 +82,6 @@ - - - org.codehaus.mojo - appassembler-maven-plugin - 1.7 - - - unix - - - - preconfigure - org.eclipse.jetty.quickstart.PreconfigureQuickStartWar - - - org.eclipse.jetty.quickstart.QuickStartWar - quickstart - - - - - - - maven-dependency-plugin - - - copy - generate-resources - - copy - - - - - org.eclipse.jetty.tests - test-jndi-webapp - ${project.version} - war - true - ** - ${basedir}/target - test-jndi.war - - - org.eclipse.jetty.tests - test-spec-webapp - ${project.version} - war - true - ** - ${basedir}/target - test-spec.war - - - org.eclipse.jetty - test-jetty-webapp - ${project.version} - war - true - ** - ${basedir}/target - test-standard.war - - - - - - org.apache.maven.plugins maven-assembly-plugin diff --git a/tests/test-sessions/test-mongodb-sessions/pom.xml b/tests/test-sessions/test-mongodb-sessions/pom.xml index 2d41a6607a6..e08bc42b7ef 100644 --- a/tests/test-sessions/test-mongodb-sessions/pom.xml +++ b/tests/test-sessions/test-mongodb-sessions/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jetty.tests test-sessions-parent - 9.2.0-SNAPSHOT + 9.3.0-SNAPSHOT test-mongodb-sessions Jetty Tests :: Sessions :: Mongo diff --git a/tests/test-webapps/test-dispatch-webapp/pom.xml b/tests/test-webapps/test-dispatch-webapp/pom.xml index b5b77e6e3dd..497fdd572d6 100644 --- a/tests/test-webapps/test-dispatch-webapp/pom.xml +++ b/tests/test-webapps/test-dispatch-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.2.0-SNAPSHOT + 9.3.0-SNAPSHOT Jetty Tests :: Webapps :: Dispatch Webapp test-dispatch-webapp