2016-01-08 13:28:35 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2019-06-24 11:42:39 -04:00
|
|
|
<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">
|
2016-06-06 15:28:51 -04:00
|
|
|
|
2009-03-24 17:07:27 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2016-06-06 15:28:51 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2009-03-24 17:07:27 -04:00
|
|
|
<artifactId>jetty-project</artifactId>
|
2021-06-29 11:51:22 -04:00
|
|
|
<version>10.0.7-SNAPSHOT</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
<name>Jetty :: Project</name>
|
2016-06-06 15:28:51 -04:00
|
|
|
<description>The Eclipse Jetty Project</description>
|
2009-03-24 17:07:27 -04:00
|
|
|
<packaging>pom</packaging>
|
2016-06-06 15:28:51 -04:00
|
|
|
<url>https://eclipse.org/jetty</url>
|
|
|
|
<inceptionYear>1995</inceptionYear>
|
|
|
|
|
2009-03-24 17:07:27 -04:00
|
|
|
<properties>
|
2021-08-05 04:04:37 -04:00
|
|
|
<jetty.unixdomain.dir>/tmp</jetty.unixdomain.dir>
|
2018-11-02 05:27:14 -04:00
|
|
|
<compiler.source>11</compiler.source>
|
|
|
|
<compiler.target>11</compiler.target>
|
|
|
|
<compiler.release>11</compiler.release>
|
2020-09-29 12:24:28 -04:00
|
|
|
<jetty.url>https://www.eclipse.org/jetty/</jetty.url>
|
2013-05-21 14:10:07 -04:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2020-10-27 06:38:02 -04:00
|
|
|
<build-support.version>1.5</build-support.version>
|
2020-11-10 06:53:24 -05:00
|
|
|
<checkstyle.version>8.37</checkstyle.version>
|
2021-08-31 10:53:15 -04:00
|
|
|
<slf4j.version>2.0.0-alpha5</slf4j.version>
|
2021-03-10 04:12:47 -05:00
|
|
|
<log4j2.version>2.14.0</log4j2.version>
|
2021-08-16 11:46:18 -04:00
|
|
|
<logback.version>1.3.0-alpha9</logback.version>
|
2021-03-10 04:12:47 -05:00
|
|
|
<disruptor.version>3.4.2</disruptor.version>
|
2018-09-04 20:07:17 -04:00
|
|
|
<jetty-test-policy.version>1.2</jetty-test-policy.version>
|
2021-01-27 03:06:14 -05:00
|
|
|
<servlet.api.version>4.0.6</servlet.api.version>
|
2019-12-20 10:59:47 -05:00
|
|
|
<websocket.api.version>1.1.2</websocket.api.version>
|
2021-09-08 22:07:13 -04:00
|
|
|
<jsp.version>9.0.52</jsp.version>
|
2019-03-11 20:20:05 -04:00
|
|
|
<infinispan.version>9.4.8.Final</infinispan.version>
|
2020-11-03 15:08:58 -05:00
|
|
|
<infinispan.protostream.version>4.3.4.Final</infinispan.protostream.version>
|
2021-09-08 06:44:49 -04:00
|
|
|
<gson.version>2.8.8</gson.version>
|
2020-03-03 09:16:20 -05:00
|
|
|
<alpn.agent.version>2.0.10</alpn.agent.version>
|
2021-09-08 20:20:47 -04:00
|
|
|
<hazelcast.version>4.2.2</hazelcast.version>
|
2020-10-12 02:23:43 -04:00
|
|
|
<conscrypt.version>2.5.1</conscrypt.version>
|
2021-09-12 20:15:40 -04:00
|
|
|
<asm.version>9.2</asm.version>
|
2021-09-08 18:09:33 -04:00
|
|
|
<jmh.version>1.33</jmh.version>
|
2018-02-26 22:29:59 -05:00
|
|
|
<jmhjar.name>benchmarks</jmhjar.name>
|
2020-11-09 01:25:54 -05:00
|
|
|
<tycho-version>2.1.0</tycho-version>
|
2021-09-13 12:27:12 -04:00
|
|
|
<junit.version>5.8.0</junit.version>
|
2021-09-09 18:48:19 -04:00
|
|
|
<maven.version>3.8.2</maven.version>
|
2021-09-13 12:23:19 -04:00
|
|
|
<maven.resolver.version>1.7.2</maven.resolver.version>
|
2021-07-22 06:56:19 -04:00
|
|
|
<weld.version>3.1.8.Final</weld.version>
|
|
|
|
<jboss.logging.version>3.4.2.Final</jboss.logging.version>
|
2020-10-12 02:23:31 -04:00
|
|
|
<jetty.perf-helper.version>1.0.6</jetty.perf-helper.version>
|
2021-08-06 04:02:32 -04:00
|
|
|
<ant.version>1.10.11</ant.version>
|
2021-06-10 10:04:50 -04:00
|
|
|
<!-- OSGI import-package -->
|
|
|
|
<osgi.slf4j.import.packages>org.slf4j;version="[1.7,3.0)", org.slf4j.event;version="[1.7,3.0)", org.slf4j.helpers;version="[1.7,3.0)", org.slf4j.spi;version="[1.7,3.0)"</osgi.slf4j.import.packages>
|
|
|
|
|
2018-09-21 00:03:05 -04:00
|
|
|
<!-- enable or not TestTracker junit5 extension i.e log message when test method is starting -->
|
|
|
|
<jetty.testtracker.log>false</jetty.testtracker.log>
|
2020-11-18 06:26:38 -05:00
|
|
|
<jetty.surefire.argLine>-Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=US -showversion -Xmx4g -Xms2g -Xlog:gc:stderr:time,level,tags</jetty.surefire.argLine>
|
2018-09-04 20:07:17 -04:00
|
|
|
|
2018-09-11 07:05:37 -04:00
|
|
|
<!-- some maven plugins versions -->
|
2020-11-18 06:26:38 -05:00
|
|
|
<maven.surefire.version>3.0.0-M5</maven.surefire.version>
|
2019-05-13 21:09:32 -04:00
|
|
|
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
|
2021-09-13 12:24:27 -04:00
|
|
|
<maven.dependency.plugin.version>3.2.0</maven.dependency.plugin.version>
|
2020-08-14 20:32:01 -04:00
|
|
|
<maven.resources.plugin.version>3.2.0</maven.resources.plugin.version>
|
|
|
|
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
|
2021-09-13 12:22:43 -04:00
|
|
|
<maven.war.plugin.version>3.3.2</maven.war.plugin.version>
|
2020-11-09 01:24:42 -05:00
|
|
|
<maven.plugin-tools.version>3.6.0</maven.plugin-tools.version>
|
2020-08-14 20:32:01 -04:00
|
|
|
<maven.install.plugin.version>3.0.0-M1</maven.install.plugin.version>
|
|
|
|
<maven.deploy.plugin.version>3.0.0-M1</maven.deploy.plugin.version>
|
2021-04-26 20:26:33 -04:00
|
|
|
<maven.exec.plugin.version>3.0.0</maven.exec.plugin.version>
|
2018-09-11 07:05:37 -04:00
|
|
|
|
2018-09-04 20:07:17 -04:00
|
|
|
<!-- testing -->
|
2019-01-23 16:29:49 -05:00
|
|
|
<it.debug>false</it.debug>
|
2020-09-28 08:07:15 -04:00
|
|
|
<jetty.test.version>5.5</jetty.test.version>
|
2020-09-29 04:27:13 -04:00
|
|
|
<hamcrest.version>2.2</hamcrest.version>
|
2021-08-05 22:07:09 -04:00
|
|
|
<mariadb.docker.version>10.3.6</mariadb.docker.version>
|
2020-09-29 04:27:13 -04:00
|
|
|
|
2018-12-21 19:01:48 -05:00
|
|
|
<!-- springboot is only used for jetty-maven-plugin it test
|
|
|
|
otherwise depending on Spring Boot might be chicken and egg issue :) -->
|
|
|
|
<springboot.version>2.1.1.RELEASE</springboot.version>
|
2020-10-19 04:52:23 -04:00
|
|
|
<annotation-api.version>1.3.5</annotation-api.version>
|
2021-02-18 18:36:54 -05:00
|
|
|
<jackson-databind.version>2.9.10.7</jackson-databind.version>
|
2019-08-01 23:27:11 -04:00
|
|
|
<localRepoPath>${project.build.directory}/local-repo</localRepoPath>
|
|
|
|
<settingsPath>src/it/settings.xml</settingsPath>
|
2020-09-23 03:18:22 -04:00
|
|
|
<invoker.mergeUserSettings>false</invoker.mergeUserSettings>
|
2019-11-25 01:09:39 -05:00
|
|
|
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
|
2021-08-26 12:26:46 -04:00
|
|
|
<testcontainers.version>1.16.0</testcontainers.version>
|
|
|
|
<jna.version>5.8.0</jna.version>
|
2021-08-05 22:07:09 -04:00
|
|
|
<mariadb.version>2.7.0</mariadb.version>
|
2009-08-17 19:03:00 -04:00
|
|
|
</properties>
|
2016-06-06 15:28:51 -04:00
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
2020-01-09 14:10:19 -05:00
|
|
|
<name>Eclipse Public License - Version 2.0</name>
|
|
|
|
<url>https://www.eclipse.org/legal/epl-2.0</url>
|
2016-06-06 15:28:51 -04:00
|
|
|
</license>
|
|
|
|
<license>
|
2020-01-09 14:10:19 -05:00
|
|
|
<name>Apache Software License - Version 2.0</name>
|
|
|
|
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
2016-06-06 15:28:51 -04:00
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
2009-03-24 17:07:27 -04:00
|
|
|
<scm>
|
2016-02-15 06:26:42 -05:00
|
|
|
<connection>scm:git:https://github.com/eclipse/jetty.project.git</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:eclipse/jetty.project.git</developerConnection>
|
|
|
|
<url>https://github.com/eclipse/jetty.project</url>
|
2009-03-24 17:07:27 -04:00
|
|
|
</scm>
|
2016-06-06 15:28:51 -04:00
|
|
|
|
|
|
|
<modules>
|
2019-05-08 11:57:15 -04:00
|
|
|
<module>build-resources</module>
|
2020-09-23 14:35:19 -04:00
|
|
|
<module>demos</module>
|
2020-02-24 14:20:51 -05:00
|
|
|
<module>jetty-slf4j-impl</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-ant</module>
|
|
|
|
<module>jetty-util</module>
|
|
|
|
<module>jetty-jmx</module>
|
|
|
|
<module>jetty-io</module>
|
|
|
|
<module>jetty-http</module>
|
|
|
|
<module>jetty-http2</module>
|
|
|
|
<module>jetty-server</module>
|
|
|
|
<module>jetty-xml</module>
|
|
|
|
<module>jetty-security</module>
|
2019-08-28 17:39:19 -04:00
|
|
|
<module>jetty-openid</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-servlet</module>
|
|
|
|
<module>jetty-webapp</module>
|
|
|
|
<module>jetty-fcgi</module>
|
|
|
|
<module>jetty-websocket</module>
|
|
|
|
<module>jetty-servlets</module>
|
|
|
|
<module>jetty-util-ajax</module>
|
|
|
|
<module>apache-jsp</module>
|
|
|
|
<module>apache-jstl</module>
|
2018-10-08 22:17:35 -04:00
|
|
|
<module>jetty-maven-plugin</module>
|
|
|
|
<module>jetty-jspc-maven-plugin</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-deploy</module>
|
|
|
|
<module>jetty-start</module>
|
|
|
|
<module>jetty-plus</module>
|
|
|
|
<module>jetty-annotations</module>
|
|
|
|
<module>jetty-jndi</module>
|
|
|
|
<module>jetty-jaas</module>
|
|
|
|
<module>jetty-cdi</module>
|
|
|
|
<module>jetty-client</module>
|
|
|
|
<module>jetty-proxy</module>
|
|
|
|
<module>jetty-jaspi</module>
|
|
|
|
<module>jetty-rewrite</module>
|
|
|
|
<module>jetty-nosql</module>
|
|
|
|
<module>jetty-infinispan</module>
|
|
|
|
<module>jetty-gcloud</module>
|
|
|
|
<module>jetty-memcached</module>
|
2017-05-29 00:47:18 -04:00
|
|
|
<module>jetty-hazelcast</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-unixsocket</module>
|
|
|
|
<module>tests</module>
|
|
|
|
<module>jetty-quickstart</module>
|
2020-02-19 19:33:50 -05:00
|
|
|
<module>jetty-runner</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-http-spi</module>
|
|
|
|
<module>jetty-osgi</module>
|
|
|
|
<module>jetty-alpn</module>
|
2016-06-07 16:42:10 -04:00
|
|
|
<module>jetty-home</module>
|
2017-04-20 21:33:07 -04:00
|
|
|
<module>jetty-bom</module>
|
2021-01-28 11:22:38 -05:00
|
|
|
<module>documentation</module>
|
2021-01-07 23:32:21 -05:00
|
|
|
<module>jetty-keystore</module>
|
2021-08-05 04:04:37 -04:00
|
|
|
<module>jetty-unixdomain-server</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
</modules>
|
|
|
|
|
2009-03-24 17:07:27 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2010-05-14 18:37:57 -04:00
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
2020-12-21 17:17:16 -05:00
|
|
|
<execution>
|
|
|
|
<id>ban-javax-servlet-api</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<bannedDependencies>
|
|
|
|
<excludes>
|
|
|
|
<exclude>javax.servlet:*</exclude>
|
|
|
|
<exclude>servletapi</exclude>
|
|
|
|
<exclude>org.eclipse.jetty.orbit:javax.servlet</exclude>
|
|
|
|
<exclude>*:javax.servlet</exclude>
|
|
|
|
<exclude>org.mortbay.jetty:servlet-api</exclude>
|
|
|
|
<exclude>jetty:servlet-api</exclude>
|
|
|
|
<exclude>jetty-servlet-api</exclude>
|
|
|
|
<exclude>javax.websocket</exclude>
|
|
|
|
</excludes>
|
|
|
|
<searchTransitive>true</searchTransitive>
|
|
|
|
</bannedDependencies>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2010-05-14 18:37:57 -04:00
|
|
|
<execution>
|
|
|
|
<id>enforce-java</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
2020-12-21 17:17:16 -05:00
|
|
|
<phase>validate</phase>
|
2010-05-14 18:37:57 -04:00
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireMavenVersion>
|
2018-10-03 05:15:30 -04:00
|
|
|
<version>[3.5.0,)</version>
|
|
|
|
<message>[ERROR] OLD MAVEN [${maven.version}] in use, Jetty ${project.version} requires Maven 3.5.0 or newer</message>
|
2010-05-14 18:37:57 -04:00
|
|
|
</requireMavenVersion>
|
|
|
|
<requireJavaVersion>
|
2018-10-03 05:15:30 -04:00
|
|
|
<version>[11,)</version>
|
|
|
|
<message>[ERROR] OLD JDK [${java.version}] in use. Jetty ${project.version} requires JDK 11 or newer</message>
|
2010-05-14 18:37:57 -04:00
|
|
|
</requireJavaVersion>
|
|
|
|
<versionTxtRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.VersionTxtRule" />
|
2019-07-10 23:59:34 -04:00
|
|
|
<!--
|
2019-07-11 00:13:53 -04:00
|
|
|
jetty 10 alpha version want to use '-' such 10.0.0-alpha0 so disable all those rules....
|
2010-05-14 18:37:57 -04:00
|
|
|
<versionOsgiRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.RequireOsgiCompatibleVersionRule" />
|
2019-07-11 00:13:53 -04:00
|
|
|
|
2010-05-14 18:37:57 -04:00
|
|
|
<versionRedhatRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.RequireRedhatCompatibleVersionRule" />
|
|
|
|
<versionDebianRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.RequireDebianCompatibleVersionRule" />
|
2019-07-11 00:13:53 -04:00
|
|
|
-->
|
2019-01-23 23:34:41 -05:00
|
|
|
<requireUpperBoundDeps>
|
|
|
|
<excludes>
|
|
|
|
<exclude>javax.enterprise:cdi-api</exclude>
|
|
|
|
</excludes>
|
|
|
|
</requireUpperBoundDeps>
|
2016-06-06 15:28:51 -04:00
|
|
|
</rules>
|
2012-01-31 17:21:58 -05:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
2010-05-14 18:37:57 -04:00
|
|
|
</executions>
|
|
|
|
<dependencies>
|
2016-06-06 15:28:51 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-build-support</artifactId>
|
2018-09-04 20:07:17 -04:00
|
|
|
<version>${build-support.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</dependency>
|
2010-05-14 18:37:57 -04:00
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
2016-10-19 11:51:45 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
2016-10-20 17:14:50 -04:00
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<!-- build tools -->
|
|
|
|
<exclude>**/org/eclipse/jetty/ant/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/maven/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/jspc/**</exclude>
|
|
|
|
<!-- example code / documentation -->
|
|
|
|
<exclude>**/org/eclipse/jetty/embedded/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/asyncrest/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/demo/**</exclude>
|
|
|
|
<!-- special environments / late integrations -->
|
|
|
|
<exclude>**/org/eclipse/jetty/gcloud/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/infinispan/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/osgi/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/spring/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/http/spi/**</exclude>
|
|
|
|
<!-- test classes -->
|
|
|
|
<exclude>**/org/eclipse/jetty/tests/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/test/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
2016-10-19 11:51:45 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>jacoco-initialize</id>
|
|
|
|
<phase>initialize</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>jacoco-site</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>report</goal>
|
|
|
|
</goals>
|
2016-10-20 14:28:26 -04:00
|
|
|
<configuration>
|
|
|
|
<!-- list of classes that you want to see in the report.
|
|
|
|
Specify a narrow list of multi-module project
|
2018-08-31 16:57:38 -04:00
|
|
|
classes you want to see here.
|
2016-10-20 14:28:26 -04:00
|
|
|
This is useful to remove 3rd party library classes
|
|
|
|
from the report. -->
|
|
|
|
<includes>
|
|
|
|
<include>**/org/eclipse/jetty/**</include>
|
|
|
|
</includes>
|
|
|
|
</configuration>
|
2016-10-19 11:51:45 -04:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2012-11-05 12:39:52 -05:00
|
|
|
<plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
|
<useReleaseProfile>false</useReleaseProfile>
|
2019-09-16 15:42:52 -04:00
|
|
|
<goals>deploy</goals>
|
2016-06-06 15:28:51 -04:00
|
|
|
<arguments>-Peclipse-release</arguments>
|
|
|
|
<preparationGoals>clean install</preparationGoals>
|
|
|
|
<mavenExecutorId>forked-path</mavenExecutorId>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2018-09-11 07:05:37 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2020-01-09 14:59:51 -05:00
|
|
|
<id>copy-shared-resources</id>
|
2016-06-06 15:28:51 -04:00
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>process</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<resourceBundles>
|
2020-01-09 14:59:51 -05:00
|
|
|
<resourceBundle>org.eclipse.jetty:build-resources:${project.version}</resourceBundle>
|
2016-06-06 15:28:51 -04:00
|
|
|
</resourceBundles>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<!-- The source maven plugin creates the source bundle and adds manifest -->
|
2020-06-18 22:47:46 -04:00
|
|
|
<!-- if removing this we need to add it back in eclipse-release profile -->
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
2018-09-11 07:05:37 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
2020-06-18 22:47:46 -04:00
|
|
|
<phase>package</phase>
|
2016-06-06 15:28:51 -04:00
|
|
|
<goals>
|
2020-06-18 22:47:46 -04:00
|
|
|
<goal>jar-no-fork</goal>
|
2016-06-06 15:28:51 -04:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.mycila</groupId>
|
|
|
|
<artifactId>license-maven-plugin</artifactId>
|
2012-11-05 12:39:52 -05:00
|
|
|
<inherited>false</inherited>
|
|
|
|
<configuration>
|
|
|
|
<failIfMissing>true</failIfMissing>
|
|
|
|
<aggregate>true</aggregate>
|
|
|
|
<strictCheck>true</strictCheck>
|
|
|
|
<properties>
|
2021-01-21 16:05:57 -05:00
|
|
|
<copyright-range>${project.inceptionYear}-2021</copyright-range>
|
2012-11-05 12:39:52 -05:00
|
|
|
</properties>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2018-02-07 16:06:52 -05:00
|
|
|
<id>check-java-headers</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2020-01-09 15:56:05 -05:00
|
|
|
<header>header-template.txt</header>
|
2018-02-07 16:06:52 -05:00
|
|
|
<mapping>
|
|
|
|
<java>DOUBLESLASH_STYLE</java>
|
2020-01-09 15:56:05 -05:00
|
|
|
<adoc>DOUBLESLASH_STYLE</adoc>
|
2018-02-07 16:06:52 -05:00
|
|
|
</mapping>
|
|
|
|
<includes>
|
|
|
|
<include>**/*.java</include>
|
2020-01-09 15:56:05 -05:00
|
|
|
<include>**/*.adoc</include>
|
2018-02-07 16:06:52 -05:00
|
|
|
</includes>
|
|
|
|
<excludes>
|
2020-12-10 20:50:52 -05:00
|
|
|
<!-- Sabre Holdings -->
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/AntWebAppContext.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/types/Connectors.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/types/ContextHandlers.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/types/FileMatchingConfiguration.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/types/LoginServices.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/types/SystemProperties.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/utils/ServerProxy.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/utils/TaskLog.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/AntWebXmlConfiguration.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/JettyRunTask.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/ServerProxyImpl.java</exclude>
|
|
|
|
<!-- Aki Yoshida -->
|
2020-09-29 05:06:07 -04:00
|
|
|
<exclude>jetty-util/src/main/java/org/eclipse/jetty/util/security/UnixCrypt.java</exclude>
|
2020-12-10 20:50:52 -05:00
|
|
|
<!-- Distribution Text (no header, too noisy) -->
|
2020-09-29 05:06:07 -04:00
|
|
|
<exclude>jetty-home/src/main/resources/README.adoc</exclude>
|
2018-02-07 16:06:52 -05:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2012-11-05 12:39:52 -05:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-08-15 05:35:49 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2015-05-13 14:18:13 -04:00
|
|
|
<phase>process-classes</phase>
|
2014-08-15 05:35:49 -04:00
|
|
|
<goals>
|
|
|
|
<goal>manifest</goal>
|
|
|
|
</goals>
|
2016-06-06 15:28:51 -04:00
|
|
|
</execution>
|
2014-08-15 05:35:49 -04:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<!-- Build helper maven plugin sets the parsedVersion.osgiVersion property -->
|
2014-08-15 05:35:49 -04:00
|
|
|
<plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>set-osgi-version</id>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>parse-version</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-version-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-version</id>
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>attach-version-text</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2020-07-10 01:12:03 -04:00
|
|
|
<!-- this has better support of gh token remove when with next release of jetty-version-maven-plugin -->
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.kohsuke</groupId>
|
|
|
|
<artifactId>github-api</artifactId>
|
2020-10-19 04:51:23 -04:00
|
|
|
<version>1.116</version>
|
2020-07-10 01:12:03 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
2020-01-14 15:47:16 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
2020-10-12 08:04:14 -04:00
|
|
|
<version>3.1.1</version>
|
2020-01-14 15:47:16 -05:00
|
|
|
<configuration>
|
|
|
|
<configLocation>jetty-checkstyle.xml</configLocation>
|
|
|
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
|
|
|
<violationSeverity>warning</violationSeverity>
|
|
|
|
<consoleOutput>true</consoleOutput>
|
|
|
|
<sourceDirectories>
|
|
|
|
<!-- only scan source directory (not generated, filtered, or copied source) -->
|
|
|
|
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
|
|
|
|
<sourceDirectory>${project.build.testSourceDirectory}</sourceDirectory>
|
|
|
|
</sourceDirectories>
|
|
|
|
</configuration>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>build-resources</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
|
<artifactId>checkstyle</artifactId>
|
2020-01-15 12:32:04 -05:00
|
|
|
<version>${checkstyle.version}</version>
|
2020-01-14 15:47:16 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2020-01-15 12:32:04 -05:00
|
|
|
<id>checkstyle-check</id>
|
2020-01-14 15:47:16 -05:00
|
|
|
<phase>validate</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2020-01-09 16:56:06 -05:00
|
|
|
</plugins>
|
|
|
|
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
2020-11-03 09:46:27 -05:00
|
|
|
<version>3.0.0</version>
|
2021-02-04 10:38:04 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
<version>${ant.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2020-01-09 16:56:06 -05:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2020-10-08 08:34:06 -04:00
|
|
|
<version>3.3.0</version>
|
2020-01-09 16:56:06 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-assembly-descriptors</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2019-06-23 07:49:22 -04:00
|
|
|
</plugin>
|
2019-05-13 21:09:32 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
|
|
<version>3.1.0</version>
|
|
|
|
</plugin>
|
2010-05-03 13:02:09 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.compiler.plugin.version}</version>
|
2010-05-03 13:02:09 -04:00
|
|
|
<configuration>
|
2018-11-02 05:20:35 -04:00
|
|
|
<source>${compiler.source}</source>
|
|
|
|
<target>${compiler.target}</target>
|
2018-11-02 05:27:14 -04:00
|
|
|
<release>${compiler.release}</release>
|
2020-02-24 14:20:51 -05:00
|
|
|
<showWarnings>true</showWarnings>
|
2019-12-19 06:14:45 -05:00
|
|
|
<compilerArgs>
|
|
|
|
<compilerArg>-Xlint:exports</compilerArg>
|
|
|
|
</compilerArgs>
|
2020-03-26 13:01:27 -04:00
|
|
|
<testCompilerArgument>-nowarn</testCompilerArgument>
|
2010-05-03 13:02:09 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.dependency.plugin.version}</version>
|
2010-05-03 13:02:09 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2009-03-31 18:23:19 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
2019-07-29 21:13:54 -04:00
|
|
|
<version>${maven.deploy.plugin.version}</version>
|
2010-05-24 18:15:48 -04:00
|
|
|
<configuration>
|
2016-06-06 15:28:51 -04:00
|
|
|
<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
|
2010-05-24 18:15:48 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2017-01-23 15:45:43 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
|
|
|
<version>2.10</version>
|
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
2011-02-15 09:35:16 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
2020-11-09 01:24:41 -05:00
|
|
|
<version>3.0.0-M3</version>
|
2011-02-15 09:35:16 -05:00
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-failsafe-plugin</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.surefire.version}</version>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
2018-03-21 07:11:16 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-invoker-plugin</artifactId>
|
2019-09-12 21:17:34 -04:00
|
|
|
<version>3.2.1</version>
|
2019-01-23 16:29:49 -05:00
|
|
|
<configuration>
|
2020-09-23 03:18:22 -04:00
|
|
|
<mergeUserSettings>${invoker.mergeUserSettings}</mergeUserSettings>
|
2019-07-18 02:46:59 -04:00
|
|
|
<writeJunitReport>true</writeJunitReport>
|
|
|
|
<junitPackageName>org.eclipse.jetty.maven.its</junitPackageName>
|
2019-01-23 16:29:49 -05:00
|
|
|
<debug>${it.debug}</debug>
|
|
|
|
<javaHome>${java.home}</javaHome>
|
|
|
|
<environmentVariables>
|
|
|
|
<JAVA_HOME>${java.home}</JAVA_HOME>
|
|
|
|
</environmentVariables>
|
|
|
|
<projectsDirectory>src/it</projectsDirectory>
|
|
|
|
<timeoutInSeconds>300</timeoutInSeconds>
|
|
|
|
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
2019-07-29 21:13:54 -04:00
|
|
|
<localRepositoryPath>${localRepoPath}</localRepositoryPath>
|
2019-08-01 23:27:11 -04:00
|
|
|
<settingsFile>${settingsPath}</settingsFile>
|
2019-01-23 16:29:49 -05:00
|
|
|
<skipInvocation>${skipTests}</skipInvocation>
|
|
|
|
<pomIncludes>
|
|
|
|
<pomInclude>*/pom.xml</pomInclude>
|
|
|
|
</pomIncludes>
|
2019-07-29 21:13:54 -04:00
|
|
|
<filterProperties>
|
|
|
|
<localRepo>${localRepoPath}</localRepo>
|
|
|
|
</filterProperties>
|
2019-01-23 16:29:49 -05:00
|
|
|
</configuration>
|
2021-02-04 16:38:05 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
<version>${ant.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
2018-04-18 17:21:20 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
2019-07-29 21:13:54 -04:00
|
|
|
<version>${maven.install.plugin.version}</version>
|
2018-04-18 17:21:20 -04:00
|
|
|
</plugin>
|
2011-05-19 10:32:49 -04:00
|
|
|
<plugin>
|
2011-05-25 19:05:29 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
2020-09-28 05:16:33 -04:00
|
|
|
<version>3.2.0</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
|
|
|
<manifestEntries>
|
|
|
|
<Implementation-Version>${project.version}</Implementation-Version>
|
2018-09-11 22:50:32 -04:00
|
|
|
<Implementation-Vendor>Eclipse Jetty Project</Implementation-Vendor>
|
2016-06-06 15:28:51 -04:00
|
|
|
<url>${jetty.url}</url>
|
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
2011-05-19 10:32:49 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2011-05-25 19:05:29 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2021-09-13 12:23:56 -04:00
|
|
|
<version>3.3.1</version>
|
2011-09-08 13:29:27 -04:00
|
|
|
<configuration>
|
2019-06-27 20:00:57 -04:00
|
|
|
<verbose>true</verbose>
|
|
|
|
<debug>true</debug>
|
2019-04-29 07:21:59 -04:00
|
|
|
<source>11</source>
|
2017-03-17 12:03:38 -04:00
|
|
|
<charset>UTF-8</charset>
|
|
|
|
<docencoding>UTF-8</docencoding>
|
|
|
|
<encoding>UTF-8</encoding>
|
2019-06-13 04:03:54 -04:00
|
|
|
<additionalOptions>-html5</additionalOptions>
|
2011-09-08 13:29:27 -04:00
|
|
|
<docfilessubdirs>true</docfilessubdirs>
|
2017-05-12 09:41:01 -04:00
|
|
|
<detectLinks>false</detectLinks>
|
|
|
|
<detectJavaApiLink>false</detectJavaApiLink>
|
2019-06-27 20:00:57 -04:00
|
|
|
<detectOfflineLinks>false</detectOfflineLinks>
|
2016-03-07 12:24:57 -05:00
|
|
|
<show>protected</show>
|
2019-02-21 09:45:12 -05:00
|
|
|
<attach>true</attach>
|
2019-06-27 20:00:57 -04:00
|
|
|
<isOffline>true</isOffline>
|
2019-06-12 21:28:22 -04:00
|
|
|
<excludePackageNames>com.*:org.slf4j*:org.mortbay*:*.jmh*:org.eclipse.jetty.embedded*:org.eclipse.jetty.example.asyncrest*:org.eclipse.jetty.test*</excludePackageNames>
|
2013-02-04 10:59:37 -05:00
|
|
|
</configuration>
|
2011-05-19 10:32:49 -04:00
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
2021-09-13 12:25:23 -04:00
|
|
|
<version>3.1.1</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-plugin-plugin</artifactId>
|
2021-09-09 17:16:08 -04:00
|
|
|
<version>3.6.1</version>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
2021-09-09 20:27:38 -04:00
|
|
|
<version>3.1.2</version>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<version>2.5.3</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
2020-10-19 04:50:13 -04:00
|
|
|
<version>1.7.0</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.resources.plugin.version}</version>
|
2021-01-31 19:11:09 -05:00
|
|
|
<configuration>
|
|
|
|
<propertiesEncoding>${project.build.sourceEncoding}</propertiesEncoding>
|
|
|
|
</configuration>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
2020-09-28 05:17:20 -04:00
|
|
|
<version>3.2.4</version>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
2020-11-09 07:56:23 -05:00
|
|
|
<version>3.9.1</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.source.plugin.version}</version>
|
2020-06-18 22:47:46 -04:00
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifestEntries>
|
|
|
|
<Bundle-ManifestVersion>2</Bundle-ManifestVersion>
|
|
|
|
<Bundle-Name>${project.name}</Bundle-Name>
|
|
|
|
<Bundle-SymbolicName>${bundle-symbolic-name}.source</Bundle-SymbolicName>
|
|
|
|
<Bundle-Vendor>Eclipse Jetty Project</Bundle-Vendor>
|
|
|
|
<Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
|
|
|
|
<Eclipse-SourceBundle>${bundle-symbolic-name};version="${parsedVersion.osgiVersion}";roots:="."</Eclipse-SourceBundle>
|
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.surefire.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
<configuration>
|
2020-11-18 06:26:38 -05:00
|
|
|
<trimStackTrace>false</trimStackTrace>
|
2019-11-17 16:20:42 -05:00
|
|
|
<rerunFailingTestsCount>${surefire.rerunFailingTestsCount}</rerunFailingTestsCount>
|
2018-05-31 11:11:01 -04:00
|
|
|
<forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
|
2018-12-05 18:09:06 -05:00
|
|
|
<argLine>
|
|
|
|
@{argLine} ${jetty.surefire.argLine}
|
|
|
|
</argLine>
|
2016-06-06 15:28:51 -04:00
|
|
|
<failIfNoTests>false</failIfNoTests>
|
2016-10-19 13:59:09 -04:00
|
|
|
<forkCount>1</forkCount>
|
2018-09-04 20:07:17 -04:00
|
|
|
<reuseForks>true</reuseForks> <!-- to work around crash at https://github.com/junit-team/junit5/issues/801 -->
|
2019-08-05 21:10:41 -04:00
|
|
|
<!-- order can be different depending on os jvm so let's force it -->
|
|
|
|
<runOrder>alphabetical</runOrder>
|
2018-06-07 01:39:56 -04:00
|
|
|
<systemPropertyVariables>
|
|
|
|
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
|
2021-08-05 04:04:37 -04:00
|
|
|
<jetty.unixdomain.dir>${jetty.unixdomain.dir}</jetty.unixdomain.dir>
|
2018-09-21 00:03:05 -04:00
|
|
|
<junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled>
|
|
|
|
<jetty.testtracker.log>${jetty.testtracker.log}</jetty.testtracker.log>
|
2018-06-07 01:39:56 -04:00
|
|
|
</systemPropertyVariables>
|
2021-01-15 09:40:51 -05:00
|
|
|
<!-- The LC_ALL env variable must have some UTF variant otherwise creating and/or reading files with non-ascii names doesn't work -->
|
|
|
|
<environmentVariables>
|
|
|
|
<LC_ALL>en_US.UTF-8</LC_ALL>
|
|
|
|
</environmentVariables>
|
2016-06-06 15:28:51 -04:00
|
|
|
</configuration>
|
2018-11-22 06:37:35 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-commons</artifactId>
|
|
|
|
<version>${asm.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.war.plugin.version}</version>
|
2017-01-12 09:34:04 -05:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-version-maven-plugin</artifactId>
|
2020-10-19 15:53:17 -04:00
|
|
|
<version>2.7</version>
|
2017-01-12 09:34:04 -05:00
|
|
|
</plugin>
|
2017-01-12 11:52:45 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
2020-09-23 03:20:12 -04:00
|
|
|
<version>0.8.6</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.agilejava.docbkx</groupId>
|
|
|
|
<artifactId>docbkx-maven-plugin</artifactId>
|
2017-08-15 12:53:44 -04:00
|
|
|
<version>2.0.17</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.mycila</groupId>
|
|
|
|
<artifactId>license-maven-plugin</artifactId>
|
2017-08-15 12:53:44 -04:00
|
|
|
<version>3.0</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
2020-11-09 10:39:17 -05:00
|
|
|
<version>5.1.1</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
<extensions>true</extensions>
|
|
|
|
<configuration>
|
|
|
|
<supportedProjectTypes>
|
|
|
|
<supportedProjectType>jar</supportedProjectType>
|
|
|
|
<supportedProjectType>maven-plugin</supportedProjectType>
|
|
|
|
</supportedProjectTypes>
|
|
|
|
<instructions>
|
|
|
|
<Bundle-SymbolicName>${bundle-symbolic-name}</Bundle-SymbolicName>
|
|
|
|
<Bundle-Description>Jetty module for ${project.name}</Bundle-Description>
|
2020-01-19 13:03:09 -05:00
|
|
|
<Bundle-RequiredExecutionEnvironment>JavaSE-11</Bundle-RequiredExecutionEnvironment>
|
2016-06-06 15:28:51 -04:00
|
|
|
<Bundle-DocURL>${jetty.url}</Bundle-DocURL>
|
|
|
|
<Bundle-Vendor>Eclipse Jetty Project</Bundle-Vendor>
|
|
|
|
<Bundle-Classpath>.</Bundle-Classpath>
|
2021-01-21 16:05:57 -05:00
|
|
|
<Bundle-Copyright>Copyright (c) 2008-2021 Mort Bay Consulting Pty Ltd and others.</Bundle-Copyright>
|
2021-06-03 10:58:35 -04:00
|
|
|
<Import-Package>
|
2021-06-10 10:04:50 -04:00
|
|
|
${osgi.slf4j.import.packages},
|
2021-06-03 10:58:35 -04:00
|
|
|
*
|
|
|
|
</Import-Package>
|
2018-04-03 22:06:43 -04:00
|
|
|
<_provider-policy><![CDATA[$<range;[===,=+)>]]></_provider-policy>
|
|
|
|
<_consumer-policy><![CDATA[$<range;[===,+)>]]></_consumer-policy>
|
2018-11-20 12:41:54 -05:00
|
|
|
<_noee>true</_noee>
|
2016-06-06 15:28:51 -04:00
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.servicemix.tooling</groupId>
|
|
|
|
<artifactId>depends-maven-plugin</artifactId>
|
2017-08-15 12:53:44 -04:00
|
|
|
<version>1.4.0</version>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctor-maven-plugin</artifactId>
|
2020-09-16 04:58:23 -04:00
|
|
|
<version>2.1.0</version>
|
2020-11-20 14:05:42 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctorj-diagram</artifactId>
|
2021-09-13 11:22:09 -04:00
|
|
|
<version>2.2.1</version>
|
2020-11-20 14:05:42 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<configuration>
|
|
|
|
<backend>html5</backend>
|
|
|
|
<requires>
|
|
|
|
<require>asciidoctor-diagram</require>
|
|
|
|
</requires>
|
|
|
|
<attributes>
|
2021-04-15 19:19:50 -04:00
|
|
|
<JDURL>https://www.eclipse.org/jetty/javadoc/jetty-10</JDURL>
|
2020-11-20 14:05:42 -05:00
|
|
|
<SRCDIR>${basedir}/..</SRCDIR>
|
|
|
|
<GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/jetty-9.4.x</GITBROWSEURL>
|
|
|
|
<GITDOCURL>https://github.com/eclipse/jetty.project/tree/jetty-10.0.x-doc-refactor/jetty-documentation/src/main/asciidoc</GITDOCURL>
|
|
|
|
<MVNCENTRAL>http://central.maven.org/maven2</MVNCENTRAL>
|
|
|
|
<VERSION>${project.version}</VERSION>
|
|
|
|
<TIMESTAMP>${maven.build.timestamp}</TIMESTAMP>
|
|
|
|
<toc>left</toc>
|
|
|
|
<icons>font</icons>
|
|
|
|
</attributes>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>index</id>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>process-asciidoc</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<sourceDirectory>src/main/asciidoc</sourceDirectory>
|
|
|
|
<sourceDocumentName>index.adoc</sourceDocumentName>
|
|
|
|
<outputDirectory>${project.build.directory}/html</outputDirectory>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>appassembler-maven-plugin</artifactId>
|
2020-10-27 06:38:35 -04:00
|
|
|
<version>2.1.0</version>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
2020-10-12 08:10:08 -04:00
|
|
|
<version>3.2.0</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
2018-08-29 06:22:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
2021-04-26 20:26:33 -04:00
|
|
|
<version>${maven.exec.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
2016-03-24 15:06:21 -04:00
|
|
|
<plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<groupId>org.eclipse.m2e</groupId>
|
|
|
|
<artifactId>lifecycle-mapping</artifactId>
|
|
|
|
<version>1.0.0</version>
|
2016-03-24 15:06:21 -04:00
|
|
|
<configuration>
|
2016-06-06 15:28:51 -04:00
|
|
|
<lifecycleMappingMetadata>
|
|
|
|
<pluginExecutions>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-version-maven-plugin</artifactId>
|
|
|
|
<versionRange>[1.0.3,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>attach-version-text</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<versionRange>[2.1,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>unpack</goal>
|
|
|
|
<goal>unpack-dependencies</goal>
|
|
|
|
<goal>copy-dependencies</goal>
|
|
|
|
<goal>copy</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.ops4j.pax.exam</groupId>
|
|
|
|
<artifactId>maven-paxexam-plugin</artifactId>
|
2018-10-03 05:15:30 -04:00
|
|
|
<versionRange>[1.2.0,)</versionRange>
|
2016-06-06 15:28:51 -04:00
|
|
|
<goals>
|
|
|
|
<goal>
|
|
|
|
generate-depends-file
|
|
|
|
</goal>
|
|
|
|
<goal>generate-config</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<versionRange>[1.4,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.sonatype.maven.plugin</groupId>
|
|
|
|
<artifactId>emma-maven-plugin</artifactId>
|
|
|
|
<versionRange>[1.1,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>instrument</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-plugin-plugin</artifactId>
|
|
|
|
<versionRange>[2.5,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>default-descriptor</goal>
|
|
|
|
<goal>descriptor</goal>
|
|
|
|
<goal>xdoc</goal>
|
|
|
|
<goal>helpmojo</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>native-maven-plugin</artifactId>
|
|
|
|
<versionRange>[1.0-alpha-7,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>initialize</goal>
|
|
|
|
<goal>javah</goal>
|
|
|
|
<goal>compile</goal>
|
|
|
|
<goal>unzipinc</goal>
|
|
|
|
<goal>link</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<versionRange>[2.8,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
|
|
|
<versionRange>[1.0,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>process</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<versionRange>[1.0,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
</pluginExecutions>
|
|
|
|
</lifecycleMappingMetadata>
|
2016-03-24 15:06:21 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2018-07-21 09:55:43 -04:00
|
|
|
<plugin>
|
2020-09-14 07:01:10 -04:00
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
2018-07-21 09:55:43 -04:00
|
|
|
<artifactId>h2spec-maven-plugin</artifactId>
|
2021-09-08 00:05:22 -04:00
|
|
|
<version>1.0.7</version>
|
2018-07-21 09:55:43 -04:00
|
|
|
</plugin>
|
2009-03-24 17:07:27 -04:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
2012-10-12 08:56:44 -04:00
|
|
|
|
2018-09-04 20:07:17 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2019-04-30 13:23:55 -04:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-test-helper</artifactId>
|
2018-09-04 20:07:17 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-08-01 03:46:06 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
<artifactId>junit-jupiter</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-09-04 20:07:17 -04:00
|
|
|
</dependencies>
|
|
|
|
|
2009-03-24 17:07:27 -04:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2020-02-24 14:20:51 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-slf4j-impl</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2020-03-20 10:55:15 -04:00
|
|
|
<scope>test</scope>
|
2020-02-24 14:20:51 -05:00
|
|
|
</dependency>
|
2009-03-24 17:07:27 -04:00
|
|
|
<dependency>
|
2018-11-29 10:51:29 -05:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-servlet-api</artifactId>
|
2019-06-21 17:04:13 -04:00
|
|
|
<version>${servlet.api.version}</version>
|
2013-08-14 15:14:47 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2019-06-21 17:04:13 -04:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-javax-websocket-api</artifactId>
|
2019-12-20 10:59:47 -05:00
|
|
|
<version>${websocket.api.version}</version>
|
2013-08-14 15:14:47 -04:00
|
|
|
</dependency>
|
2012-01-31 16:00:47 -05:00
|
|
|
<dependency>
|
2019-02-12 12:56:16 -05:00
|
|
|
<groupId>jakarta.annotation</groupId>
|
|
|
|
<artifactId>jakarta.annotation-api</artifactId>
|
2018-12-22 07:00:07 -05:00
|
|
|
<version>${annotation-api.version}</version>
|
2012-01-31 16:00:47 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-09-16 23:12:54 -04:00
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm</artifactId>
|
2018-01-31 09:05:18 -05:00
|
|
|
<version>${asm.version}</version>
|
2013-09-16 23:12:54 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-commons</artifactId>
|
2018-01-31 09:05:18 -05:00
|
|
|
<version>${asm.version}</version>
|
2012-01-31 16:00:47 -05:00
|
|
|
</dependency>
|
2018-09-17 18:35:29 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-tree</artifactId>
|
|
|
|
<version>${asm.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-analysis</artifactId>
|
|
|
|
<version>${asm.version}</version>
|
|
|
|
</dependency>
|
2012-01-31 16:00:47 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
2012-02-01 10:59:00 -05:00
|
|
|
<artifactId>javax.security.auth.message</artifactId>
|
|
|
|
<version>1.0.0.v201108011116</version>
|
2012-01-31 16:00:47 -05:00
|
|
|
</dependency>
|
2013-06-21 04:41:35 -04:00
|
|
|
<!-- JSP Deps -->
|
2014-03-14 01:54:03 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mortbay.jasper</groupId>
|
|
|
|
<artifactId>apache-jsp</artifactId>
|
2015-03-27 01:18:25 -04:00
|
|
|
<version>${jsp.version}</version>
|
2014-03-14 01:54:03 -04:00
|
|
|
</dependency>
|
2016-06-06 15:28:51 -04:00
|
|
|
<!-- JSTL Impl -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.taglibs</groupId>
|
|
|
|
<artifactId>taglibs-standard-impl</artifactId>
|
|
|
|
<version>1.2.5</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- JSTL API -->
|
2014-03-14 01:54:03 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.taglibs</groupId>
|
|
|
|
<artifactId>taglibs-standard-spec</artifactId>
|
2015-10-06 04:29:44 -04:00
|
|
|
<version>1.2.5</version>
|
2014-03-14 01:54:03 -04:00
|
|
|
</dependency>
|
2012-01-31 16:00:47 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
2013-07-11 23:20:26 -04:00
|
|
|
<artifactId>javax.activation</artifactId>
|
|
|
|
<version>1.1.0.v201105071233</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
|
<artifactId>javax.mail.glassfish</artifactId>
|
|
|
|
<version>1.4.1.v201005082020</version>
|
2012-01-31 16:00:47 -05:00
|
|
|
</dependency>
|
2013-07-11 23:20:26 -04:00
|
|
|
<dependency>
|
2019-02-12 08:41:05 -05:00
|
|
|
<groupId>jakarta.transaction</groupId>
|
|
|
|
<artifactId>jakarta.transaction-api</artifactId>
|
|
|
|
<version>1.3.2</version>
|
2013-07-11 23:20:26 -04:00
|
|
|
</dependency>
|
2018-03-23 06:32:29 -04:00
|
|
|
<!-- maven deps -->
|
|
|
|
<dependency>
|
2020-09-29 06:41:58 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-annotations</artifactId>
|
|
|
|
<version>2.1.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
<version>3.3.0</version>
|
|
|
|
</dependency>
|
2009-03-24 17:07:27 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2018-03-23 06:32:29 -04:00
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2018-09-04 20:07:17 -04:00
|
|
|
<version>${maven.version}</version>
|
2018-03-23 06:32:29 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
2018-09-04 20:07:17 -04:00
|
|
|
<version>${maven.version}</version>
|
2018-03-23 06:32:29 -04:00
|
|
|
</dependency>
|
2009-03-24 17:07:27 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2018-03-23 06:32:29 -04:00
|
|
|
<artifactId>maven-core</artifactId>
|
2018-09-04 20:07:17 -04:00
|
|
|
<version>${maven.version}</version>
|
2018-03-23 06:32:29 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.plugin-tools</groupId>
|
2009-03-24 17:07:27 -04:00
|
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.plugin-tools.version}</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
2018-03-23 06:32:29 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.plugin-tools</groupId>
|
|
|
|
<artifactId>maven-plugin-annotations</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.plugin-tools.version}</version>
|
2018-03-23 06:32:29 -04:00
|
|
|
<scope>provided</scope>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
2019-08-01 03:46:06 -04:00
|
|
|
<dependency>
|
2021-07-25 07:23:57 -04:00
|
|
|
<groupId>org.junit</groupId>
|
|
|
|
<artifactId>junit-bom</artifactId>
|
2019-08-01 03:46:06 -04:00
|
|
|
<version>${junit.version}</version>
|
2021-07-25 07:23:57 -04:00
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
2019-08-01 03:46:06 -04:00
|
|
|
</dependency>
|
2020-11-09 10:20:18 -05:00
|
|
|
<!-- Test Container Deps -->
|
2020-09-29 04:27:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
<artifactId>hamcrest</artifactId>
|
|
|
|
<version>${hamcrest.version}</version>
|
|
|
|
</dependency>
|
2021-08-02 07:05:44 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.awaitility</groupId>
|
|
|
|
<artifactId>awaitility</artifactId>
|
|
|
|
<version>4.1.0</version>
|
|
|
|
</dependency>
|
2020-05-07 17:06:03 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.testcontainers</groupId>
|
2021-07-25 07:23:57 -04:00
|
|
|
<artifactId>testcontainers-bom</artifactId>
|
2020-05-27 04:26:08 -04:00
|
|
|
<version>${testcontainers.version}</version>
|
2021-07-25 07:23:57 -04:00
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
2020-05-07 17:06:03 -04:00
|
|
|
</dependency>
|
2021-08-05 22:07:09 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mariadb.jdbc</groupId>
|
|
|
|
<artifactId>mariadb-java-client</artifactId>
|
|
|
|
<version>${mariadb.version}</version>
|
|
|
|
</dependency>
|
2020-10-05 07:34:00 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.java.dev.jna</groupId>
|
|
|
|
<artifactId>jna</artifactId>
|
2021-08-26 12:26:46 -04:00
|
|
|
<version>${jna.version}</version>
|
2020-10-05 07:34:00 -04:00
|
|
|
</dependency>
|
2018-03-23 06:32:29 -04:00
|
|
|
<!-- Old Deps -->
|
2009-03-24 17:07:27 -04:00
|
|
|
<dependency>
|
2011-01-28 13:58:47 -05:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-test-helper</artifactId>
|
2018-09-04 20:07:17 -04:00
|
|
|
<version>${jetty.test.version}</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
2015-03-02 11:00:52 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-perf-helper</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${jetty.perf-helper.version}</version>
|
2015-03-02 11:00:52 -05:00
|
|
|
</dependency>
|
2009-03-24 17:07:27 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jcl104-over-slf4j</artifactId>
|
2018-04-19 01:45:11 -04:00
|
|
|
<version>${slf4j.version}</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
2011-08-16 16:23:41 -04:00
|
|
|
<artifactId>log4j-over-slf4j</artifactId>
|
2018-04-19 01:45:11 -04:00
|
|
|
<version>${slf4j.version}</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
2018-04-19 01:45:11 -04:00
|
|
|
<version>${slf4j.version}</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
2018-08-30 00:17:08 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
</dependency>
|
2020-05-16 06:03:09 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jul-to-slf4j</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-02-26 21:37:21 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.logging</groupId>
|
|
|
|
<artifactId>jboss-logging</artifactId>
|
2020-10-12 07:53:43 -04:00
|
|
|
<version>${jboss.logging.version}</version>
|
2019-02-26 21:37:21 -05:00
|
|
|
</dependency>
|
2021-01-25 08:21:17 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctor-maven-plugin</artifactId>
|
|
|
|
<version>2.1.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctorj</artifactId>
|
|
|
|
<version>2.4.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.jnr</groupId>
|
|
|
|
<artifactId>jnr-constants</artifactId>
|
2021-09-07 23:53:22 -04:00
|
|
|
<version>0.10.2</version>
|
2021-01-25 08:21:17 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.jnr</groupId>
|
|
|
|
<artifactId>jnr-enxio</artifactId>
|
2021-09-09 02:28:41 -04:00
|
|
|
<version>0.32.8</version>
|
2021-01-25 08:21:17 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.jnr</groupId>
|
|
|
|
<artifactId>jnr-posix</artifactId>
|
2021-09-09 02:28:41 -04:00
|
|
|
<version>3.1.9</version>
|
2021-01-25 08:21:17 -05:00
|
|
|
</dependency>
|
2018-01-13 05:59:47 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.jnr</groupId>
|
|
|
|
<artifactId>jnr-unixsocket</artifactId>
|
2021-09-09 02:28:41 -04:00
|
|
|
<version>0.38.10</version>
|
2018-01-13 05:59:47 -05:00
|
|
|
</dependency>
|
2019-07-10 06:19:06 -04:00
|
|
|
<!-- avoid depending on a range dependency from a transitive dependency -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.grpc</groupId>
|
|
|
|
<artifactId>grpc-core</artifactId>
|
2020-11-18 23:31:24 -05:00
|
|
|
<version>1.33.1</version>
|
2019-07-10 06:19:06 -04:00
|
|
|
</dependency>
|
2020-09-17 16:25:04 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
<version>${ant.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant-launcher</artifactId>
|
|
|
|
<version>${ant.version}</version>
|
|
|
|
</dependency>
|
2020-11-18 06:26:38 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
2020-11-25 00:35:56 -05:00
|
|
|
<version>1.15</version>
|
2020-11-18 06:26:38 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
2020-11-23 23:30:21 -05:00
|
|
|
<version>3.11</version>
|
2020-11-18 06:26:38 -05:00
|
|
|
</dependency>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2016-06-06 15:28:51 -04:00
|
|
|
|
2009-04-10 14:40:51 -04:00
|
|
|
<profiles>
|
2021-08-05 04:04:37 -04:00
|
|
|
<profile>
|
|
|
|
<id>unix-domain-windows</id>
|
|
|
|
<activation>
|
|
|
|
<os>
|
|
|
|
<family>Windows</family>
|
|
|
|
</os>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<jetty.unixdomain.dir>${user.home}</jetty.unixdomain.dir>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2018-02-20 20:21:25 -05:00
|
|
|
<profile>
|
|
|
|
<id>errorprone</id>
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<showWarnings>true</showWarnings>
|
2020-12-10 20:47:26 -05:00
|
|
|
<compilerArgs combine.children="append">
|
|
|
|
<arg>-XDcompilePolicy=simple</arg>
|
|
|
|
<arg>-Xplugin:ErrorProne -XepAllErrorsAsWarnings</arg>
|
2018-02-20 20:21:25 -05:00
|
|
|
</compilerArgs>
|
2020-12-10 20:47:26 -05:00
|
|
|
<annotationProcessorPaths>
|
|
|
|
<path>
|
|
|
|
<groupId>com.google.errorprone</groupId>
|
|
|
|
<artifactId>error_prone_core</artifactId>
|
2021-01-27 13:03:42 -05:00
|
|
|
<version>2.5.1</version>
|
2020-12-10 20:47:26 -05:00
|
|
|
</path>
|
|
|
|
</annotationProcessorPaths>
|
2018-02-20 20:21:25 -05:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2019-05-08 11:57:15 -04:00
|
|
|
<profile>
|
|
|
|
<id>checkstyle</id>
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
2021-09-09 20:27:38 -04:00
|
|
|
<version>3.1.2</version>
|
2019-05-08 11:57:15 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>checkstyle</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
2020-11-09 07:56:23 -05:00
|
|
|
<version>3.9.1</version>
|
2019-05-08 11:57:15 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>build-site</id>
|
|
|
|
<goals>
|
|
|
|
<goal>site</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>package</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2014-08-15 05:53:52 -04:00
|
|
|
<profile>
|
|
|
|
<id>config</id>
|
|
|
|
<activation>
|
|
|
|
<file>
|
|
|
|
<exists>src/main/config</exists>
|
|
|
|
</file>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2020-09-21 14:56:50 -04:00
|
|
|
<id>config-assembly</id>
|
2014-08-15 05:53:52 -04:00
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<descriptorRefs>
|
|
|
|
<descriptorRef>config</descriptorRef>
|
|
|
|
</descriptorRefs>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2012-05-08 12:16:53 -04:00
|
|
|
<profile>
|
2012-12-26 13:24:32 -05:00
|
|
|
<id>eclipse-release</id>
|
2020-09-24 10:04:28 -04:00
|
|
|
<modules>
|
|
|
|
<module>javadoc</module>
|
|
|
|
</modules>
|
2015-05-13 09:13:16 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2018-11-13 08:37:30 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-java</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireJavaVersion>
|
|
|
|
<version>[11,)</version>
|
|
|
|
<message>[ERROR] OLD JDK [${java.version}] in use. Jetty Release ${project.version} MUST use JDK 11 or newer</message>
|
|
|
|
</requireJavaVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2020-10-02 16:00:54 -04:00
|
|
|
<plugin>
|
2020-10-02 16:42:02 -04:00
|
|
|
<inherited>true</inherited>
|
2020-10-02 16:00:54 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-javadoc-jar</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2015-05-13 09:13:16 -04:00
|
|
|
<plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<inherited>true</inherited>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
2015-05-13 09:13:16 -04:00
|
|
|
<configuration>
|
2016-06-06 15:28:51 -04:00
|
|
|
<updateReleaseInfo>true</updateReleaseInfo>
|
2015-05-13 09:13:16 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
2021-09-13 12:24:55 -04:00
|
|
|
<version>3.0.1</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2015-05-13 09:13:16 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2011-02-10 11:13:04 -05:00
|
|
|
</profile>
|
2013-08-14 15:43:39 -04:00
|
|
|
<profile>
|
|
|
|
<id>ci</id>
|
2019-08-01 23:27:11 -04:00
|
|
|
<properties>
|
2020-11-18 06:26:38 -05:00
|
|
|
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
|
2019-08-01 23:27:11 -04:00
|
|
|
<settingsPath>${env.GLOBAL_MVN_SETTINGS}</settingsPath>
|
2020-12-10 20:47:26 -05:00
|
|
|
<spotbugs.failOnError>false</spotbugs.failOnError>
|
|
|
|
<!-- Defines a SpotBugs threshold. Use "Low" to discover low-priority bugs -->
|
|
|
|
<spotbugs.threshold>Medium</spotbugs.threshold>
|
|
|
|
<!-- Defines a SpotBugs effort. Use "Max" to maximize the scan depth -->
|
|
|
|
<spotbugs.effort>Default</spotbugs.effort>
|
|
|
|
<spotbugs.skip>false</spotbugs.skip>
|
|
|
|
<spotbugs.onlyAnalyze>org.eclipse.jetty.*</spotbugs.onlyAnalyze>
|
2019-08-01 23:27:11 -04:00
|
|
|
</properties>
|
2020-11-18 16:15:03 -05:00
|
|
|
<modules>
|
|
|
|
<module>javadoc</module>
|
|
|
|
</modules>
|
2019-04-05 23:27:42 -04:00
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
2020-12-10 20:47:26 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
|
|
<version>4.1.4</version>
|
|
|
|
</plugin>
|
2019-04-05 23:27:42 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>${maven.surefire.version}</version>
|
2020-04-19 10:47:49 -04:00
|
|
|
<configuration>
|
2020-11-24 14:29:34 -05:00
|
|
|
<excludedGroups>external, large-disk-resource</excludedGroups>
|
2021-08-19 21:40:18 -04:00
|
|
|
<systemPropertyVariables>
|
|
|
|
<env>ci</env>
|
|
|
|
</systemPropertyVariables>
|
2020-04-19 10:47:49 -04:00
|
|
|
</configuration>
|
2019-04-05 23:27:42 -04:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2020-12-10 20:47:26 -05:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>spotbugs</id>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<configuration>
|
|
|
|
<skip>${spotbugs.skip}</skip>
|
|
|
|
<failOnError>${spotbugs.failOnError}</failOnError>
|
|
|
|
<xmlOutput>true</xmlOutput>
|
|
|
|
<spotbugsXmlOutput>false</spotbugsXmlOutput>
|
|
|
|
<effort>${spotbugs.effort}</effort>
|
|
|
|
<threshold>${spotbugs.threshold}</threshold>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2019-04-05 23:27:42 -04:00
|
|
|
</build>
|
2013-08-14 15:43:39 -04:00
|
|
|
</profile>
|
2021-07-22 08:45:13 -04:00
|
|
|
<profile>
|
|
|
|
<id>jdk17</id>
|
|
|
|
<activation>
|
2021-07-22 16:30:38 -04:00
|
|
|
<jdk>[17,)</jdk>
|
2021-07-22 08:45:13 -04:00
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<!-- disable plugins known not to work with JDK 17 (yet) -->
|
|
|
|
<spotbugs.skip>true</spotbugs.skip>
|
|
|
|
<jacoco.skip>true</jacoco.skip>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2011-08-19 15:13:54 -04:00
|
|
|
<profile>
|
|
|
|
<id>update-version</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-version-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>gen-versiontxt</id>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
2011-10-06 10:20:57 -04:00
|
|
|
<goal>update-version-text</goal>
|
2016-12-20 14:28:48 -05:00
|
|
|
<goal>tag</goal>
|
2011-08-19 15:13:54 -04:00
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<refreshTags>true</refreshTags>
|
|
|
|
<copyGenerated>true</copyGenerated>
|
|
|
|
<attachArtifact>false</attachArtifact>
|
|
|
|
<updateDate>true</updateDate>
|
2017-09-13 19:34:51 -04:00
|
|
|
<filenameExcludes>
|
|
|
|
<filenameExclude>jetty-documentation/.*</filenameExclude>
|
|
|
|
<filenameExclude>examples/.*</filenameExclude>
|
2020-09-23 17:44:34 -04:00
|
|
|
<filenameExclude>demos/.*</filenameExclude>
|
2017-09-13 19:34:51 -04:00
|
|
|
<filenameExclude>aggregates/.*</filenameExclude>
|
|
|
|
<filenameExclude>.*/test-.*</filenameExclude>
|
|
|
|
<filenameExclude>.*/.*-test/.*</filenameExclude>
|
|
|
|
<filenameExclude>.*/.*-tests/.*</filenameExclude>
|
|
|
|
<filenameExclude>.*/src/test/.*</filenameExclude>
|
|
|
|
<filenameExclude>\.git.*</filenameExclude>
|
|
|
|
<filenameExclude>.*\.md$</filenameExclude>
|
|
|
|
<filenameExclude>.*\.txt$</filenameExclude>
|
|
|
|
<filenameExclude>Jenkinsfile</filenameExclude>
|
|
|
|
</filenameExcludes>
|
2011-08-19 15:13:54 -04:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2018-08-09 08:12:03 -04:00
|
|
|
<profile>
|
2018-10-22 07:59:09 -04:00
|
|
|
<!-- This profile is used exclusively on Eclipse CBI.
|
|
|
|
Various plugins and artifacts declared here only
|
|
|
|
exist on the Eclipse CBI infrastructure. -->
|
2018-08-09 08:12:03 -04:00
|
|
|
<id>eclipse-sign</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>eclipse-sign</name>
|
|
|
|
</property>
|
|
|
|
</activation>
|
2020-04-22 00:51:50 -04:00
|
|
|
<properties>
|
|
|
|
<cbi-plugins.version>1.1.7</cbi-plugins.version>
|
|
|
|
</properties>
|
2018-08-09 08:12:03 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.tycho.extras</groupId>
|
|
|
|
<artifactId>tycho-pack200a-plugin</artifactId>
|
|
|
|
<version>${tycho-version}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>pack200-normalize</id>
|
|
|
|
<goals>
|
|
|
|
<goal>normalize</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>package</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2018-10-22 07:59:09 -04:00
|
|
|
<!-- This plugin only exists on Eclipse CBI -->
|
2018-08-09 08:12:03 -04:00
|
|
|
<groupId>org.eclipse.cbi.maven.plugins</groupId>
|
|
|
|
<artifactId>eclipse-jarsigner-plugin</artifactId>
|
2018-10-03 05:15:30 -04:00
|
|
|
<version>${cbi-plugins.version}</version>
|
2018-08-09 08:12:03 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.tycho.extras</groupId>
|
|
|
|
<artifactId>tycho-pack200b-plugin</artifactId>
|
|
|
|
<version>${tycho-version}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>pack200-pack</id>
|
|
|
|
<goals>
|
|
|
|
<goal>pack</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>package</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2017-08-16 06:37:44 -04:00
|
|
|
</build>
|
2020-04-22 00:51:50 -04:00
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>cbi-releases</id>
|
|
|
|
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
2017-08-16 06:37:44 -04:00
|
|
|
</profile>
|
2018-09-18 21:20:14 -04:00
|
|
|
<profile>
|
|
|
|
<id>snapshot-repositories</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>jetty-snapshots</id>
|
|
|
|
<name>jetty-snapshots</name>
|
2020-01-04 11:41:11 -05:00
|
|
|
<url>https://oss.sonatype.org/content/repositories/jetty-snapshots</url>
|
2018-09-18 21:20:14 -04:00
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>oss.snapshots</id>
|
|
|
|
<name>OSS Snapshots</name>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
</profile>
|
2020-12-30 03:13:13 -05:00
|
|
|
<profile>
|
|
|
|
<id>fast</id>
|
|
|
|
<properties>
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
<checkstyle.skip>true</checkstyle.skip>
|
|
|
|
<enforcer.skip>true</enforcer.skip>
|
|
|
|
<license.skip>true</license.skip>
|
2020-12-30 06:43:29 -05:00
|
|
|
<spotbugs.skip>true</spotbugs.skip>
|
2020-12-30 03:13:13 -05:00
|
|
|
</properties>
|
|
|
|
</profile>
|
2009-04-10 14:40:51 -04:00
|
|
|
</profiles>
|
2016-06-06 15:28:51 -04:00
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<system>github</system>
|
|
|
|
<url>https://github.com/eclipse/jetty.project/issues</url>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>Jetty Developer Mailing List</name>
|
|
|
|
<archive>https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html</archive>
|
|
|
|
<subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-dev</subscribe>
|
|
|
|
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-dev</unsubscribe>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Jetty Commit Mailing List</name>
|
|
|
|
<archive>https://dev.eclipse.org/mhonarc/lists/jetty-commit/maillist.html</archive>
|
|
|
|
<subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-commit</subscribe>
|
|
|
|
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-commit</unsubscribe>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Jetty Users Mailing List</name>
|
|
|
|
<archive>https://dev.eclipse.org/mhonarc/lists/jetty-users/maillist.html</archive>
|
|
|
|
<subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-users</subscribe>
|
|
|
|
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-users</unsubscribe>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Jetty Announce Mailing List</name>
|
|
|
|
<archive>https://dev.eclipse.org/mhonarc/lists/jetty-announce/maillist.html</archive>
|
|
|
|
<subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-announce</subscribe>
|
|
|
|
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-announce</unsubscribe>
|
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<id>gregw</id>
|
|
|
|
<name>Greg Wilkins</name>
|
|
|
|
<email>gregw@webtide.com</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
|
|
|
<timezone>10</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<id>janb</id>
|
|
|
|
<name>Jan Bartel</name>
|
|
|
|
<email>janb@webtide.com</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
|
|
|
<timezone>10</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<id>jesse</id>
|
|
|
|
<name>Jesse McConnell</name>
|
|
|
|
<email>jesse.mcconnell@gmail.com</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
|
|
|
<timezone>-6</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<id>joakime</id>
|
|
|
|
<name>Joakim Erdfelt</name>
|
|
|
|
<email>joakim.erdfelt@gmail.com</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
2018-10-22 07:56:07 -04:00
|
|
|
<timezone>-6</timezone>
|
2016-06-06 15:28:51 -04:00
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<id>sbordet</id>
|
|
|
|
<name>Simone Bordet</name>
|
|
|
|
<email>simone.bordet@gmail.com</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
|
|
|
<timezone>1</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<id>djencks</id>
|
|
|
|
<name>David Jencks</name>
|
|
|
|
<email>david.a.jencks@gmail.com</email>
|
|
|
|
<organization>IBM</organization>
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
</developer>
|
2018-03-12 19:56:22 -04:00
|
|
|
<developer>
|
|
|
|
<id>olamy</id>
|
|
|
|
<name>Olivier Lamy</name>
|
|
|
|
<email>oliver.lamy@gmail.com</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
|
|
|
<timezone>Australia/Brisbane</timezone>
|
|
|
|
</developer>
|
2020-11-04 11:25:11 -05:00
|
|
|
<developer>
|
|
|
|
<id>lorban</id>
|
|
|
|
<name>Ludovic Orban</name>
|
|
|
|
<email>lorban@bitronix.be</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
|
|
|
<timezone>1</timezone>
|
|
|
|
</developer>
|
2016-06-06 15:28:51 -04:00
|
|
|
</developers>
|
|
|
|
|
|
|
|
<organization>
|
|
|
|
<name>Webtide</name>
|
|
|
|
<url>https://webtide.com</url>
|
|
|
|
</organization>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>oss.sonatype.org</id>
|
|
|
|
<name>Jetty Staging Repository</name>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>oss.sonatype.org</id>
|
|
|
|
<name>Jetty Snapshot Repository</name>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<site>
|
|
|
|
<id>jetty.eclipse.website</id>
|
|
|
|
<url>scp://build.eclipse.org:/home/data/httpd/download.eclipse.org/jetty/${project.version}/</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2010-06-09 21:36:00 -04:00
|
|
|
</project>
|