2016-01-08 13:28:35 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2019-06-24 11:40:30 -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>
|
2019-11-18 14:52:51 -05:00
|
|
|
<version>9.4.24-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>
|
2018-11-02 05:20:35 -04:00
|
|
|
<compiler.source>1.8</compiler.source>
|
|
|
|
<compiler.target>1.8</compiler.target>
|
2012-01-31 17:21:58 -05:00
|
|
|
<jetty.url>http://www.eclipse.org/jetty</jetty.url>
|
2013-05-21 14:10:07 -04:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2018-09-04 20:07:17 -04:00
|
|
|
<build-support.version>1.4</build-support.version>
|
2018-04-19 01:45:11 -04:00
|
|
|
<slf4j.version>1.7.25</slf4j.version>
|
2019-06-06 06:44:41 -04:00
|
|
|
<log4j2.version>2.11.2</log4j2.version>
|
|
|
|
<disruptor.version>3.4.2</disruptor.version>
|
2018-04-19 01:45:11 -04:00
|
|
|
<logback.version>1.2.3</logback.version>
|
2018-09-04 20:07:17 -04:00
|
|
|
<jetty-test-policy.version>1.2</jetty-test-policy.version>
|
2016-07-20 07:05:43 -04:00
|
|
|
<alpn.api.version>1.1.3.v20160715</alpn.api.version>
|
2019-04-16 21:15:56 -04:00
|
|
|
<jsp.version>8.5.40</jsp.version>
|
2019-03-11 20:20:05 -04:00
|
|
|
<infinispan.version>9.4.8.Final</infinispan.version>
|
2014-03-25 18:47:15 -04:00
|
|
|
<!-- default values are unsupported, but required to be defined for reactor sanity reasons -->
|
2014-04-01 16:09:49 -04:00
|
|
|
<alpn.version>undefined</alpn.version>
|
2019-04-15 12:10:21 -04:00
|
|
|
<conscrypt.version>2.1.0</conscrypt.version>
|
2019-11-18 00:49:15 -05:00
|
|
|
<asm.version>7.2</asm.version>
|
2018-07-26 06:46:50 -04:00
|
|
|
<jmh.version>1.21</jmh.version>
|
2018-02-26 22:29:59 -05:00
|
|
|
<jmhjar.name>benchmarks</jmhjar.name>
|
2019-08-22 09:06:06 -04:00
|
|
|
<tycho-version>1.4.0</tycho-version>
|
|
|
|
<cbi-plugins.version>1.1.7</cbi-plugins.version>
|
2019-08-01 03:46:06 -04:00
|
|
|
<junit.version>5.5.1</junit.version>
|
2019-02-11 15:41:29 -05:00
|
|
|
<maven.version>3.6.0</maven.version>
|
2019-02-12 03:04:45 -05:00
|
|
|
<maven.resolver.version>1.3.1</maven.resolver.version>
|
2018-09-11 07:05:37 -04:00
|
|
|
<javax.servlet.api.version>3.1.0</javax.servlet.api.version>
|
2019-08-07 22:04:07 -04:00
|
|
|
<weld.version>3.1.2.Final</weld.version>
|
2018-09-11 07:05:37 -04:00
|
|
|
<jetty.perf-helper.version>1.0.5</jetty.perf-helper.version>
|
2018-06-07 01:39:56 -04:00
|
|
|
<unix.socket.tmp></unix.socket.tmp>
|
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>
|
2019-02-11 04:16:07 -05:00
|
|
|
<jpms-module-name>${bundle-symbolic-name}</jpms-module-name>
|
2018-09-04 20:07:17 -04:00
|
|
|
|
2018-09-11 07:05:37 -04:00
|
|
|
<!-- some maven plugins versions -->
|
2019-11-17 16:10:44 -05:00
|
|
|
<maven.surefire.version>3.0.0-M4</maven.surefire.version>
|
2019-05-13 21:09:32 -04:00
|
|
|
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
|
2018-09-11 07:05:37 -04:00
|
|
|
<maven.dependency.plugin.version>3.1.1</maven.dependency.plugin.version>
|
|
|
|
<maven.resources.plugin.version>3.1.0</maven.resources.plugin.version>
|
|
|
|
<maven.source.plugin.version>3.0.1</maven.source.plugin.version>
|
|
|
|
<maven.war.plugin.version>3.2.2</maven.war.plugin.version>
|
|
|
|
<maven.plugin-tools.version>3.5.2</maven.plugin-tools.version>
|
2019-07-29 21:13:54 -04:00
|
|
|
<maven.install.plugin.version>2.5.2</maven.install.plugin.version>
|
|
|
|
<maven.deploy.plugin.version>2.8.2</maven.deploy.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>
|
2019-04-30 13:23:55 -04:00
|
|
|
<jetty.test.version>5.3</jetty.test.version>
|
2018-12-22 06:55:31 -05:00
|
|
|
<spring-boot.version>2.1.1.RELEASE</spring-boot.version>
|
|
|
|
<jsr250-api.version>1.0</jsr250-api.version>
|
|
|
|
<javax.annotation-api>1.3</javax.annotation-api>
|
2019-08-01 23:27:11 -04:00
|
|
|
<localRepoPath>${project.build.directory}/local-repo</localRepoPath>
|
|
|
|
<settingsPath>src/it/settings.xml</settingsPath>
|
2019-11-17 16:20:42 -05:00
|
|
|
<surefire.rerunFailingTestsCount>3</surefire.rerunFailingTestsCount>
|
2009-08-17 19:03:00 -04:00
|
|
|
</properties>
|
2016-06-06 15:28:51 -04:00
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>Apache Software License - Version 2.0</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
|
|
|
</license>
|
|
|
|
<license>
|
|
|
|
<name>Eclipse Public License - Version 1.0</name>
|
|
|
|
<url>http://www.eclipse.org/org/documents/epl-v10.php</url>
|
|
|
|
</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>
|
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-continuation</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>
|
|
|
|
<module>jetty-maven-plugin</module>
|
|
|
|
<module>jetty-jspc-maven-plugin</module>
|
|
|
|
<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-spring</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>
|
2018-08-04 00:08:13 -04:00
|
|
|
<module>jetty-jmh</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>tests</module>
|
|
|
|
<module>examples</module>
|
|
|
|
<module>jetty-quickstart</module>
|
|
|
|
<module>jetty-distribution</module>
|
|
|
|
<module>jetty-runner</module>
|
|
|
|
<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>
|
2017-01-13 16:56:23 -05:00
|
|
|
<module>jetty-documentation</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<!-- modules that need fixed and added back, or simply dropped and not maintained -->
|
2016-08-10 17:56:13 -04:00
|
|
|
<!-- <module>jetty-rhttp</module> -->
|
|
|
|
<!-- <module>jetty-overlay-deployer</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>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-java</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireMavenVersion>
|
2012-06-26 14:26:56 -04:00
|
|
|
<version>[3.0.0,)</version>
|
2014-03-25 18:47:15 -04:00
|
|
|
<message>[ERROR] OLD MAVEN [${maven.version}] in use, Jetty ${project.version} requires Maven 3.0.0 or newer</message>
|
2010-05-14 18:37:57 -04:00
|
|
|
</requireMavenVersion>
|
|
|
|
<requireJavaVersion>
|
2016-06-06 15:28:51 -04:00
|
|
|
<version>[1.8,)</version>
|
2015-04-10 16:21:12 -04:00
|
|
|
<message>[ERROR] OLD JDK [${java.version}] in use. Jetty ${project.version} requires JDK 1.8.0 or newer</message>
|
2010-05-14 18:37:57 -04:00
|
|
|
</requireJavaVersion>
|
|
|
|
<versionTxtRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.VersionTxtRule" />
|
|
|
|
<versionOsgiRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.RequireOsgiCompatibleVersionRule" />
|
|
|
|
<versionRedhatRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.RequireRedhatCompatibleVersionRule" />
|
|
|
|
<versionDebianRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.RequireDebianCompatibleVersionRule" />
|
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>
|
2012-09-20 14:42:21 -04:00
|
|
|
<execution>
|
2013-08-05 12:13:32 -04:00
|
|
|
<id>ban-junit-dep.jar</id>
|
2012-09-20 14:42:21 -04:00
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<bannedDependencies>
|
|
|
|
<excludes>
|
2013-08-05 12:13:32 -04:00
|
|
|
<exclude>junit:junit-dep:*:jar</exclude>
|
2012-09-20 14:42:21 -04:00
|
|
|
</excludes>
|
|
|
|
<searchTransitive>true</searchTransitive>
|
2013-08-05 12:13:32 -04:00
|
|
|
<message>We use junit.jar, not junit-dep.jar (as of junit 4.11, hamcrest is no longer embedded)</message>
|
2012-09-20 14:42:21 -04:00
|
|
|
</bannedDependencies>
|
|
|
|
</rules>
|
|
|
|
</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>
|
2010-06-16 13:21:50 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
2011-08-24 12:52:07 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>named-logging-enforcement</id>
|
|
|
|
<phase>compile</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<verbose>true</verbose>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2010-06-16 13:21:50 -04:00
|
|
|
<configuration>
|
2017-04-26 11:51:54 -04:00
|
|
|
<linkXRef>false</linkXRef>
|
2015-06-25 04:20:11 -04:00
|
|
|
<targetJdk>1.8</targetJdk>
|
2010-06-16 13:21:50 -04:00
|
|
|
<rulesets>
|
2011-08-24 12:52:07 -04:00
|
|
|
<ruleset>jetty/pmd_logging_ruleset.xml</ruleset>
|
2010-06-16 13:21:50 -04:00
|
|
|
</rulesets>
|
2018-04-20 02:53:29 -04:00
|
|
|
<analysisCache>true</analysisCache>
|
2018-04-20 07:25:13 -04:00
|
|
|
<showPmdLog>false</showPmdLog>
|
2010-06-16 13:21:50 -04:00
|
|
|
</configuration>
|
|
|
|
<dependencies>
|
|
|
|
<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>
|
2010-06-16 13:21:50 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</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-02-03 21:25:46 -05:00
|
|
|
<goals>javadoc:aggregate-jar deploy</goals>
|
2019-06-12 21:28:22 -04:00
|
|
|
<arguments>-Peclipse-release</arguments>
|
2016-06-06 15:28:51 -04:00
|
|
|
<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>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>process</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<resourceBundles>
|
2018-10-30 19:24:20 -04:00
|
|
|
<resourceBundle>org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2</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 -->
|
|
|
|
<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>
|
|
|
|
<phase>process-classes</phase>
|
|
|
|
<goals>
|
2019-08-13 17:05:35 -04:00
|
|
|
<goal>jar</goal>
|
2016-06-06 15:28:51 -04:00
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifestEntries>
|
|
|
|
<Bundle-ManifestVersion>2</Bundle-ManifestVersion>
|
|
|
|
<Bundle-Name>${project.name}</Bundle-Name>
|
|
|
|
<Bundle-SymbolicName>${bundle-symbolic-name}.source</Bundle-SymbolicName>
|
2018-09-11 22:50:32 -04:00
|
|
|
<Bundle-Vendor>Eclipse Jetty Project</Bundle-Vendor>
|
2016-06-06 15:28:51 -04:00
|
|
|
<Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
|
|
|
|
<Eclipse-SourceBundle>${bundle-symbolic-name};version="${parsedVersion.osgiVersion}";roots:="."</Eclipse-SourceBundle>
|
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
|
|
|
</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>
|
2018-12-31 20:52:16 -05:00
|
|
|
<copyright-range>${project.inceptionYear}-2019</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>
|
|
|
|
<header>header-template-java.txt</header>
|
|
|
|
<mapping>
|
|
|
|
<java>DOUBLESLASH_STYLE</java>
|
|
|
|
</mapping>
|
|
|
|
<includes>
|
|
|
|
<include>**/*.java</include>
|
|
|
|
</includes>
|
|
|
|
<excludes>
|
|
|
|
<exclude>jetty-util/src/main/java/org/eclipse/jetty/util/security/UnixCrypt.java</exclude>
|
|
|
|
<exclude>jetty-policy/src/main/java/org/eclipse/jetty/policy/loader/DefaultPolicyLoader.java</exclude>
|
|
|
|
<exclude>jetty-policy/src/main/java/org/eclipse/jetty/policy/loader/PolicyFileScanner.java</exclude>
|
|
|
|
<exclude>jetty-ant/**</exclude>
|
|
|
|
<exclude>jetty-infinispan/**</exclude>
|
|
|
|
<exclude>tests/test-sessions/test-infinispan-sessions/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>check-doc-headers</id>
|
2012-11-05 12:39:52 -05:00
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
2018-02-07 16:06:52 -05:00
|
|
|
<configuration>
|
|
|
|
<header>header-template-doc.txt</header>
|
|
|
|
<mapping>
|
|
|
|
<adoc>DOUBLESLASH_STYLE</adoc>
|
|
|
|
</mapping>
|
|
|
|
<includes>
|
|
|
|
<include>**/*.adoc</include>
|
|
|
|
</includes>
|
|
|
|
</configuration>
|
2012-11-05 12:39:52 -05:00
|
|
|
</execution>
|
|
|
|
</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>
|
|
|
|
</plugin>
|
2009-04-01 14:06:52 -04:00
|
|
|
</plugins>
|
2016-06-06 15:28:51 -04:00
|
|
|
|
2009-04-01 14:06:52 -04:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<version>1.8</version>
|
2016-06-22 16:23:51 -04:00
|
|
|
</plugin>
|
2015-01-09 12:00:29 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2019-01-15 06:20:46 -05:00
|
|
|
<version>3.1.1</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-assembly-descriptors</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2015-01-09 12:00:29 -05:00
|
|
|
</plugin>
|
2019-06-23 07:49:22 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<version>3.1.0</version>
|
|
|
|
<configuration>
|
|
|
|
<configLocation>jetty-checkstyle.xml</configLocation>
|
2019-06-25 17:06:40 -04:00
|
|
|
<suppressionsLocation>jetty-suppressions.xml</suppressionsLocation>
|
|
|
|
<suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
|
2019-08-12 20:20:55 -04:00
|
|
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
2019-06-23 07:49:22 -04:00
|
|
|
</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>
|
|
|
|
<version>8.20</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</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>
|
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>
|
2018-08-29 06:22:51 -04:00
|
|
|
<version>3.0.0-M2</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>
|
2019-09-05 23:28:32 -04:00
|
|
|
<mergeUserSettings>true</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>
|
2018-03-21 07:11:16 -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>
|
2019-05-13 21:09:32 -04:00
|
|
|
<version>3.1.2</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
|
|
|
<manifestEntries>
|
2019-02-11 04:16:07 -05:00
|
|
|
<Automatic-Module-Name>${jpms-module-name}</Automatic-Module-Name>
|
2016-06-06 15:28:51 -04:00
|
|
|
<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>
|
2019-07-07 05:44:03 -04:00
|
|
|
<version>3.1.1</version>
|
2011-09-08 13:29:27 -04:00
|
|
|
<configuration>
|
2019-04-18 14:08:41 -04:00
|
|
|
<source>8</source>
|
2017-03-17 12:03:38 -04:00
|
|
|
<charset>UTF-8</charset>
|
|
|
|
<docencoding>UTF-8</docencoding>
|
|
|
|
<encoding>UTF-8</encoding>
|
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>
|
2016-03-07 12:24:57 -05:00
|
|
|
<show>protected</show>
|
2019-02-03 21:25:46 -05:00
|
|
|
<attach>true</attach>
|
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>
|
|
|
|
<version>2.5</version>
|
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-plugin-plugin</artifactId>
|
2018-10-31 22:38:48 -04:00
|
|
|
<version>3.6.0</version>
|
2016-06-07 04:23:38 -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>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
2018-10-25 22:38:11 -04:00
|
|
|
<version>3.11.0</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-project-info-reports-plugin</artifactId>
|
2018-08-29 06:22:51 -04:00
|
|
|
<version>3.0.0</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>
|
|
|
|
<version>1.5</version>
|
|
|
|
</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>
|
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>
|
2018-07-26 06:46:50 -04:00
|
|
|
<version>3.1.1</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>
|
2018-08-29 06:22:51 -04:00
|
|
|
<version>3.7.1</version>
|
2017-01-23 10:46:29 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency><!-- add support for ssh/scp -->
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-ssh</artifactId>
|
2017-08-15 12:53:44 -04:00
|
|
|
<version>3.0.0</version>
|
2017-01-23 10:46:29 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
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>
|
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>
|
2019-11-17 16:20:42 -05:00
|
|
|
<rerunFailingTestsCount>${surefire.rerunFailingTestsCount}</rerunFailingTestsCount>
|
2018-05-31 11:11:01 -04:00
|
|
|
<forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
|
2017-03-13 14:17:53 -04:00
|
|
|
<argLine>@{argLine} -Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=US -showversion -Xmx1g -Xms1g -XX:+PrintGCDetails</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 -->
|
2018-06-07 01:39:56 -04:00
|
|
|
<systemPropertyVariables>
|
|
|
|
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
|
|
|
|
<unix.socket.tmp>${unix.socket.tmp}</unix.socket.tmp>
|
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>
|
2016-06-06 15:28:51 -04:00
|
|
|
</configuration>
|
|
|
|
</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>
|
2017-09-13 19:34:51 -04:00
|
|
|
<version>2.5</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>
|
2019-10-20 07:44:15 -04:00
|
|
|
<version>0.8.5</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>
|
2018-08-29 06:22:51 -04:00
|
|
|
<version>3.5.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>
|
|
|
|
<Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
|
|
|
|
<Bundle-DocURL>${jetty.url}</Bundle-DocURL>
|
|
|
|
<Bundle-Vendor>Eclipse Jetty Project</Bundle-Vendor>
|
|
|
|
<Bundle-Classpath>.</Bundle-Classpath>
|
2018-12-31 21:14:48 -05:00
|
|
|
<Bundle-Copyright>Copyright (c) 2008-2019 Mort Bay Consulting Pty. Ltd.</Bundle-Copyright>
|
2018-04-03 22:06:43 -04:00
|
|
|
<_provider-policy><![CDATA[$<range;[===,=+)>]]></_provider-policy>
|
|
|
|
<_consumer-policy><![CDATA[$<range;[===,+)>]]></_consumer-policy>
|
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>
|
2018-08-29 06:22:51 -04:00
|
|
|
<version>1.5.6</version>
|
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>
|
2017-01-12 11:52:45 -05:00
|
|
|
<version>2.0.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>
|
2017-08-15 12:53:44 -04:00
|
|
|
<version>3.0.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-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>clirr-maven-plugin</artifactId>
|
2017-01-12 11:52:45 -05:00
|
|
|
<version>2.8</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>exec-maven-plugin</artifactId>
|
2017-08-15 12:53:44 -04:00
|
|
|
<version>1.6.0</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
2018-08-29 06:22:51 -04:00
|
|
|
<version>3.0.5</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
<configuration>
|
|
|
|
<findbugsXmlOutput>true</findbugsXmlOutput>
|
|
|
|
<xmlOutput>true</xmlOutput>
|
|
|
|
<effort>Max</effort>
|
|
|
|
<onlyAnalyze>org.eclipse.jetty.*</onlyAnalyze>
|
|
|
|
</configuration>
|
|
|
|
</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>
|
|
|
|
<versionRange>
|
|
|
|
[1.2.0,)
|
|
|
|
</versionRange>
|
|
|
|
<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-pmd-plugin</artifactId>
|
|
|
|
<versionRange>[2.5,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>check</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>
|
|
|
|
<groupId>com.github.madgnome</groupId>
|
|
|
|
<artifactId>h2spec-maven-plugin</artifactId>
|
2019-08-12 11:31:31 -04:00
|
|
|
<version>0.6</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>
|
|
|
|
<dependency>
|
2019-06-24 11:40:30 -04:00
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
<version>${javax.servlet.api.version}</version>
|
2013-08-14 15:14:47 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2019-06-24 11:40:30 -04:00
|
|
|
<groupId>javax.websocket</groupId>
|
|
|
|
<artifactId>javax.websocket-api</artifactId>
|
|
|
|
<version>1.0</version>
|
2017-08-08 13:40:58 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.websocket</groupId>
|
|
|
|
<artifactId>javax.websocket-client-api</artifactId>
|
|
|
|
<version>1.0</version>
|
2013-08-14 15:14:47 -04:00
|
|
|
</dependency>
|
2012-01-31 16:00:47 -05:00
|
|
|
<dependency>
|
2013-07-11 23:20:26 -04:00
|
|
|
<groupId>javax.annotation</groupId>
|
|
|
|
<artifactId>javax.annotation-api</artifactId>
|
2018-12-22 06:55:31 -05:00
|
|
|
<version>${javax.annotation-api}</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 -->
|
2013-07-11 23:20:26 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-schemas</artifactId>
|
2018-11-11 11:36:49 -05:00
|
|
|
<version>3.1.2</version>
|
2013-07-11 23:20:26 -04:00
|
|
|
</dependency>
|
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>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</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>
|
|
|
|
<groupId>javax.transaction</groupId>
|
|
|
|
<artifactId>javax.transaction-api</artifactId>
|
2018-09-25 16:11:25 -04:00
|
|
|
<version>1.3</version>
|
2013-07-11 23:20:26 -04:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-03-23 06:32:29 -04:00
|
|
|
<!-- maven deps -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<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>
|
|
|
|
</dependency>
|
2019-08-01 03:46:06 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
<artifactId>junit-jupiter</artifactId>
|
|
|
|
<version>${junit.version}</version>
|
|
|
|
</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>
|
2019-02-26 21:37:21 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.logging</groupId>
|
|
|
|
<artifactId>jboss-logging</artifactId>
|
|
|
|
<version>3.3.2.Final</version>
|
|
|
|
</dependency>
|
2018-01-13 05:59:47 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.jnr</groupId>
|
|
|
|
<artifactId>jnr-unixsocket</artifactId>
|
2019-03-19 12:36:39 -04:00
|
|
|
<version>0.22</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>
|
|
|
|
<version>1.0.1</version>
|
|
|
|
</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>
|
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>
|
|
|
|
<compilerId>javac-with-errorprone</compilerId>
|
|
|
|
<forceJavacCompilerUse>true</forceJavacCompilerUse>
|
|
|
|
<compilerArgs>
|
|
|
|
<arg>-XepAllErrorsAsWarnings</arg>
|
2018-02-26 22:49:17 -05:00
|
|
|
<arg>-Xep:OperatorPrecedence:OFF</arg>
|
2018-02-20 20:21:25 -05:00
|
|
|
</compilerArgs>
|
|
|
|
</configuration>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-compiler-javac-errorprone</artifactId>
|
|
|
|
<version>2.8.2</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- override plexus-compiler-javac-errorprone's dependency on
|
|
|
|
Error Prone with the latest version -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.errorprone</groupId>
|
|
|
|
<artifactId>error_prone_core</artifactId>
|
|
|
|
<version>2.2.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</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>
|
|
|
|
<version>3.0.0</version>
|
|
|
|
</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>
|
|
|
|
<version>3.7.1</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>build-site</id>
|
|
|
|
<goals>
|
|
|
|
<goal>site</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>package</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2016-06-06 15:28:51 -04:00
|
|
|
<profile>
|
|
|
|
<id>jdk8</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>[1.8,1.9)</jdk>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2017-06-27 17:15:19 -04:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>clirr-maven-plugin</artifactId>
|
2017-06-27 17:15:19 -04:00
|
|
|
<version>2.8</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
<configuration>
|
|
|
|
<htmlOutputFile>clirr-report.html</htmlOutputFile>
|
|
|
|
<xmlOutputFile>${project.build.directory}/clirr-report.xml</xmlOutputFile>
|
|
|
|
<failOnError>true</failOnError>
|
|
|
|
<failOnWarning>true</failOnWarning>
|
|
|
|
<failOnInfo>false</failOnInfo>
|
|
|
|
<logResults>true</logResults>
|
|
|
|
<minSeverity>info</minSeverity>
|
2017-06-27 17:15:19 -04:00
|
|
|
<comparisonVersion>9.4.6.v20170531</comparisonVersion>
|
2016-06-06 15:28:51 -04:00
|
|
|
<ignoreMaintenenceVersions>false</ignoreMaintenenceVersions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2019-06-12 21:28:22 -04:00
|
|
|
<profile>
|
|
|
|
<id>jdk11</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>[11,)</jdk>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<additionalJOption>--no-module-directories</additionalJOption>
|
|
|
|
<additionalOptions>-html5</additionalOptions>
|
|
|
|
<excludePackageNames>com.*:org.slf4j*:org.mortbay*:*.jmh*:org.eclipse.jetty.embedded*:org.eclipse.jetty.example.asyncrest*:org.eclipse.jetty.test*</excludePackageNames>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</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>
|
|
|
|
<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>
|
2011-02-10 11:13:04 -05:00
|
|
|
<modules>
|
2012-12-21 13:01:17 -05:00
|
|
|
<module>aggregates/jetty-all</module>
|
2011-02-10 11:13:04 -05:00
|
|
|
</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>
|
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>
|
2019-08-13 17:05:35 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2019-08-13 17:05:35 -04:00
|
|
|
<id>attach-javadocs</id>
|
2016-06-06 15:28:51 -04:00
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
2019-02-03 21:25:46 -05:00
|
|
|
<version>1.6</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>
|
|
|
|
<settingsPath>${env.GLOBAL_MVN_SETTINGS}</settingsPath>
|
|
|
|
</properties>
|
2019-07-11 19:51:42 -04:00
|
|
|
<modules>
|
|
|
|
<module>aggregates/jetty-all</module>
|
|
|
|
</modules>
|
2019-04-05 23:27:42 -04:00
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>${maven.surefire.version}</version>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
2013-08-14 15:43:39 -04:00
|
|
|
</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
|
|
|
<versionTagHeader>Tag for release: jetty-${project.version}</versionTagHeader>
|
|
|
|
<filenameExcludes>
|
|
|
|
<filenameExclude>jetty-documentation/.*</filenameExclude>
|
|
|
|
<filenameExclude>examples/.*</filenameExclude>
|
|
|
|
<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>
|
2014-12-11 17:12:59 -05:00
|
|
|
<profile>
|
|
|
|
<id>compact3</id>
|
2014-12-11 18:15:12 -05:00
|
|
|
<modules>
|
|
|
|
<module>aggregates/jetty-all-compact3</module>
|
|
|
|
</modules>
|
2014-12-11 17:12:59 -05:00
|
|
|
</profile>
|
2018-08-09 08:12:03 -04:00
|
|
|
<profile>
|
|
|
|
<id>eclipse-sign</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>eclipse-sign</name>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<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>
|
|
|
|
<groupId>org.eclipse.cbi.maven.plugins</groupId>
|
|
|
|
<artifactId>eclipse-jarsigner-plugin</artifactId>
|
2019-06-24 11:40: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>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2014-03-18 18:58:05 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u00</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
2014-10-16 09:31:24 -04:00
|
|
|
<alpn.version>8.1.0.v20141016</alpn.version>
|
2014-03-18 18:58:05 -04:00
|
|
|
</properties>
|
|
|
|
</profile>
|
2014-04-16 05:06:34 -04:00
|
|
|
<profile>
|
2014-04-17 07:56:10 -04:00
|
|
|
<id>8u05</id>
|
2014-04-16 05:06:34 -04:00
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
2014-04-17 07:56:10 -04:00
|
|
|
<value>1.8.0_05</value>
|
2014-04-16 05:06:34 -04:00
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
2014-10-16 09:31:24 -04:00
|
|
|
<alpn.version>8.1.0.v20141016</alpn.version>
|
2014-04-16 05:06:34 -04:00
|
|
|
</properties>
|
|
|
|
</profile>
|
2014-07-17 05:48:19 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u11</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_11</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
2014-10-16 09:31:24 -04:00
|
|
|
<alpn.version>8.1.0.v20141016</alpn.version>
|
2014-07-17 05:48:19 -04:00
|
|
|
</properties>
|
|
|
|
</profile>
|
2014-08-21 06:19:23 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u20</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_20</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
2014-10-16 09:31:24 -04:00
|
|
|
<alpn.version>8.1.0.v20141016</alpn.version>
|
2014-08-21 06:19:23 -04:00
|
|
|
</properties>
|
|
|
|
</profile>
|
2014-10-16 11:15:15 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u25</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_25</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
2014-12-02 06:12:20 -05:00
|
|
|
<alpn.version>8.1.2.v20141202</alpn.version>
|
2014-08-21 06:19:23 -04:00
|
|
|
</properties>
|
|
|
|
</profile>
|
2015-01-30 05:55:28 -05:00
|
|
|
<profile>
|
|
|
|
<id>8u31</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_31</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.3.v20150130</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2015-03-23 17:14:02 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u40</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_40</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.3.v20150130</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2015-04-15 13:09:46 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u45</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_45</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.3.v20150130</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2015-07-27 05:04:27 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u51</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_51</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.4.v20150727</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2015-09-21 10:19:48 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u60</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_60</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.5.v20150921</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2015-11-05 06:05:08 -05:00
|
|
|
<profile>
|
|
|
|
<id>8u65</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_65</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.6.v20151105</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2015-10-27 22:50:34 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u66</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_66</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
2015-11-05 06:05:08 -05:00
|
|
|
<alpn.version>8.1.6.v20151105</alpn.version>
|
2015-10-27 22:50:34 -04:00
|
|
|
</properties>
|
|
|
|
</profile>
|
2016-01-21 11:25:48 -05:00
|
|
|
<profile>
|
|
|
|
<id>8u71</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_71</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.7.v20160121</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u72</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_72</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.7.v20160121</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2016-02-08 09:52:03 -05:00
|
|
|
<profile>
|
|
|
|
<id>8u73</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_73</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.7.v20160121</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u74</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_74</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.7.v20160121</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2016-04-04 09:38:53 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u77</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_77</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.7.v20160121</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2016-04-20 08:25:48 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u91</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_91</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.7.v20160121</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u92</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_92</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.8.v20160420</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2016-07-20 07:05:43 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u101</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_101</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.9.v20160720</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u102</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_102</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.9.v20160720</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2016-10-26 05:03:19 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u111</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_111</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.9.v20160720</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u112</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_112</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.10.v20161026</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2017-01-18 12:30:02 -05:00
|
|
|
<profile>
|
|
|
|
<id>8u121</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_121</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.11.v20170118</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2017-05-02 16:01:00 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u131</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_131</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.11.v20170118</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2017-07-24 04:08:10 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u141</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_141</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.11.v20170118</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2017-08-01 05:05:30 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u144</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_144</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.11.v20170118</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2017-10-18 04:44:18 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u151</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_151</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.11.v20170118</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u152</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_152</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.11.v20170118</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2018-01-17 05:44:49 -05:00
|
|
|
<profile>
|
|
|
|
<id>8u161</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_161</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.12.v20180117</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u162</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_162</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.12.v20180117</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2018-04-20 04:16:31 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u171</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_171</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.12.v20180117</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u172</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_172</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.12.v20180117</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2018-07-18 09:47:09 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u181</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_181</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.12.v20180117</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2018-10-17 05:56:39 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u191</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_191</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.13.v20181017</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u192</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_192</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.13.v20181017</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2019-01-16 11:03:51 -05:00
|
|
|
<profile>
|
|
|
|
<id>8u201</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_201</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.13.v20181017</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u202</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_202</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.13.v20181017</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2019-04-18 11:55:06 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u211</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_211</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.13.v20181017</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u212</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_212</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.13.v20181017</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2019-07-20 13:43:20 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u221</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_221</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.13.v20181017</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u222</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_222</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.13.v20181017</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2019-10-16 15:11:46 -04:00
|
|
|
<profile>
|
|
|
|
<id>8u231</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_231</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.13.v20181017</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>8u232</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>java.version</name>
|
|
|
|
<value>1.8.0_232</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<alpn.version>8.1.13.v20181017</alpn.version>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2017-08-16 06:37:44 -04:00
|
|
|
<profile>
|
|
|
|
<id>jdk9</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>[1.9,)</jdk>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<release>8</release>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</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>
|
|
|
|
<url>http://oss.sonatype.org/content/repositories/jetty-snapshots</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
2019-04-09 22:53:36 -04:00
|
|
|
<!--repository>
|
2018-09-18 21:20:14 -04:00
|
|
|
<id>apache.snapshots</id>
|
|
|
|
<url>https://repository.apache.org/content/repositories/snapshots</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
2019-04-09 22:53:36 -04:00
|
|
|
</repository-->
|
2018-09-18 21:20:14 -04:00
|
|
|
<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>
|
|
|
|
<profile>
|
|
|
|
<id>cbi-repository</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>cbi-releases</id>
|
|
|
|
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
|
|
|
</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>
|
|
|
|
<timezone>-7</timezone>
|
|
|
|
</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>
|
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>
|
|
|
|
|
2019-04-10 03:50:01 -04:00
|
|
|
<!-- comment this until if we do not need some Apache maven plugins SNAPSHOT versions -->
|
2019-11-19 05:28:17 -05:00
|
|
|
<!-- <pluginRepositories>-->
|
|
|
|
<!-- <pluginRepository>-->
|
|
|
|
<!-- <id>apache.snapshots</id>-->
|
|
|
|
<!-- <url>https://repository.apache.org/content/repositories/snapshots</url>-->
|
|
|
|
<!-- <releases>-->
|
|
|
|
<!-- <enabled>false</enabled>-->
|
|
|
|
<!-- </releases>-->
|
|
|
|
<!-- <snapshots>-->
|
|
|
|
<!-- <enabled>true</enabled>-->
|
|
|
|
<!-- </snapshots>-->
|
|
|
|
<!-- </pluginRepository>-->
|
|
|
|
<!-- <pluginRepository>-->
|
|
|
|
<!-- <id>plexus-snapshots</id>-->
|
|
|
|
<!-- <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>-->
|
|
|
|
<!-- <releases>-->
|
|
|
|
<!-- <enabled>false</enabled>-->
|
|
|
|
<!-- </releases>-->
|
|
|
|
<!-- <snapshots>-->
|
|
|
|
<!-- <enabled>true</enabled>-->
|
|
|
|
<!-- </snapshots>-->
|
|
|
|
<!-- </pluginRepository>-->
|
|
|
|
<!-- </pluginRepositories>-->
|
2019-01-30 18:39:21 -05:00
|
|
|
|
2010-06-09 21:36:00 -04:00
|
|
|
</project>
|