File: pom.xml

package info (click to toggle)
jetty9 9.4.58-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 52,128 kB
  • sloc: java: 442,608; xml: 25,460; javascript: 1,039; sh: 912; jsp: 268; sql: 40; makefile: 16
file content (31 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?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</groupId>
    <artifactId>jetty-project</artifactId>
    <version>9.4.58.v20250814</version>
  </parent>
  <groupId>org.eclipse.jetty.tests</groupId>
  <artifactId>tests-parent</artifactId>
  <name>Jetty Tests :: Parent</name>
  <packaging>pom</packaging>
  <properties>
    <spotbugs.skip>true</spotbugs.skip>
    <!-- No point deploying testing projects -->
    <maven.deploy.skip>true</maven.deploy.skip>
    <maven.source.skip>true</maven.source.skip>
    <maven.javadoc.skip>true</maven.javadoc.skip>
  </properties>
  <modules>
    <module>test-webapps</module>
    <module>test-sessions</module>
    <module>test-continuation</module>
    <module>test-loginservice</module>
    <module>test-integration</module>
    <module>test-quickstart</module>
    <module>test-jmx</module>
    <module>test-http-client-transport</module>
    <module>test-distribution</module>
  </modules>
</project>