2009-07-08 19:28:16 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
|
|
|
<artifactId>tests-parent</artifactId>
|
2023-10-26 21:10:08 -05:00
|
|
|
<version>10.0.19-SNAPSHOT</version>
|
2012-11-19 15:57:38 +11:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2009-07-08 19:28:16 +00:00
|
|
|
</parent>
|
|
|
|
<artifactId>test-webapps-parent</artifactId>
|
|
|
|
<name>Jetty Tests :: WebApps :: Parent</name>
|
|
|
|
<packaging>pom</packaging>
|
2022-07-14 09:42:28 +10:00
|
|
|
|
2022-03-05 19:47:32 +10:00
|
|
|
<properties>
|
|
|
|
<jacoco.skip>true</jacoco.skip>
|
|
|
|
<maven.deploy.skip>true</maven.deploy.skip>
|
|
|
|
</properties>
|
2022-07-14 09:42:28 +10:00
|
|
|
|
2009-07-08 19:28:16 +00:00
|
|
|
<modules>
|
|
|
|
<module>test-webapp-rfc2616</module>
|
2017-09-30 22:16:45 +02:00
|
|
|
<module>test-http2-webapp</module>
|
2021-07-20 15:38:46 +10:00
|
|
|
<module>test-simple-session-webapp</module>
|
2019-06-12 14:37:13 -05:00
|
|
|
<module>test-felix-webapp</module>
|
2019-08-08 04:04:07 +02:00
|
|
|
<module>test-cdi-common-webapp</module>
|
|
|
|
<module>test-weld-cdi-webapp</module>
|
|
|
|
<module>test-owb-cdi-webapp</module>
|
2020-02-09 11:59:57 +10:00
|
|
|
<module>test-websocket-webapp</module>
|
|
|
|
<module>test-bad-websocket-webapp</module>
|
2020-09-29 18:47:34 +10:00
|
|
|
<module>test-websocket-client-webapp</module>
|
2020-10-15 16:15:57 +11:00
|
|
|
<module>test-websocket-client-provided-webapp</module>
|
2022-02-08 15:28:02 +11:00
|
|
|
<module>test-openid-webapp</module>
|
2009-07-08 19:28:16 +00:00
|
|
|
</modules>
|
2019-08-08 04:04:07 +02:00
|
|
|
</project>
|