2009-07-08 15:28:16 -04: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>
|
2022-06-22 17:24:57 -04:00
|
|
|
<version>11.0.12-SNAPSHOT</version>
|
2012-11-18 23:57:38 -05:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2009-07-08 15:28:16 -04:00
|
|
|
</parent>
|
|
|
|
<artifactId>test-webapps-parent</artifactId>
|
|
|
|
<name>Jetty Tests :: WebApps :: Parent</name>
|
|
|
|
<packaging>pom</packaging>
|
2022-07-13 19:42:28 -04:00
|
|
|
|
2022-03-05 04:47:32 -05:00
|
|
|
<properties>
|
|
|
|
<jacoco.skip>true</jacoco.skip>
|
|
|
|
<maven.deploy.skip>true</maven.deploy.skip>
|
|
|
|
</properties>
|
2022-07-13 19:42:28 -04:00
|
|
|
|
2009-07-08 15:28:16 -04:00
|
|
|
<modules>
|
|
|
|
<module>test-webapp-rfc2616</module>
|
2017-09-30 16:16:45 -04:00
|
|
|
<module>test-http2-webapp</module>
|
2021-07-20 01:38:46 -04:00
|
|
|
<module>test-simple-session-webapp</module>
|
2019-06-12 15:37:13 -04:00
|
|
|
<module>test-felix-webapp</module>
|
2019-08-07 22:04:07 -04:00
|
|
|
<module>test-cdi-common-webapp</module>
|
|
|
|
<module>test-weld-cdi-webapp</module>
|
|
|
|
<module>test-owb-cdi-webapp</module>
|
2020-02-08 20:59:57 -05:00
|
|
|
<module>test-websocket-webapp</module>
|
|
|
|
<module>test-bad-websocket-webapp</module>
|
2020-09-29 04:47:34 -04:00
|
|
|
<module>test-websocket-client-webapp</module>
|
2020-10-15 01:15:57 -04:00
|
|
|
<module>test-websocket-client-provided-webapp</module>
|
2022-02-07 23:28:02 -05:00
|
|
|
<module>test-openid-webapp</module>
|
2009-07-08 15:28:16 -04:00
|
|
|
</modules>
|
2019-08-07 22:04:07 -04:00
|
|
|
</project>
|