mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
* Issue #5357 - Updating to https://eclipse.org/ - Removing redundant <url> refs in pom.xml - Correcting bad indenting from merge - Correcting mailing list references - Correcting bugs.eclipse.org references - Correcting text file references - Correcting html references - Correcting further references - Correcting download.eclipse.org reference - Adding test for demo-base /proxy/current/ - Ensuring jetty-client is included in javadoc-proxy.war/WEB-INF/lib Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
17 lines
645 B
XML
17 lines
645 B
XML
<?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">
|
|
<parent>
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
|
<artifactId>tests-parent</artifactId>
|
|
<version>9.4.32-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>test-jmx-parent</artifactId>
|
|
<packaging>pom</packaging>
|
|
<name>Jetty Tests :: JMX Parent</name>
|
|
<modules>
|
|
<module>jmx-webapp</module>
|
|
<module>jmx-webapp-it</module>
|
|
</modules>
|
|
</project>
|