2019-04-04 14:56:16 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-10-07 10:41:29 -04:00
|
|
|
<!--
|
2016-05-28 07:28:23 -04:00
|
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
or more contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. The ASF licenses this file
|
|
|
|
to you under the Apache License, Version 2.0 (the
|
|
|
|
"License"); you may not use this file except in compliance
|
|
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
|
|
software distributed under the License is distributed on an
|
|
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
KIND, either express or implied. See the License for the
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
under the License.
|
2015-10-07 10:41:29 -04:00
|
|
|
-->
|
2019-11-07 10:16:39 -05: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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2014-10-12 08:52:30 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
2022-11-22 05:20:44 -05:00
|
|
|
<version>38</version>
|
2022-12-12 18:26:48 -05:00
|
|
|
<relativePath/>
|
2014-10-12 08:52:30 -04:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>maven</artifactId>
|
2022-12-12 05:37:35 -05:00
|
|
|
<version>4.0.0-alpha-4-SNAPSHOT</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<name>Apache Maven</name>
|
|
|
|
<description>Maven is a software build management and
|
|
|
|
comprehension tool. Based on the concept of a project object model:
|
|
|
|
builds, dependency management, documentation creation, site
|
|
|
|
publication, and distribution publication are all controlled from
|
|
|
|
the declarative file. Maven can be extended by plugins to utilise a
|
|
|
|
number of other development tools for reporting or the build
|
|
|
|
process.</description>
|
2016-05-28 07:28:23 -04:00
|
|
|
<url>https://maven.apache.org/ref/${project.version}/</url>
|
2014-10-12 08:52:30 -04:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
|
|
|
|
|
|
|
<contributors>
|
|
|
|
<contributor>
|
|
|
|
<name>Stuart McCulloch</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Christian Schulte (MNG-2199)</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Christopher Tubbs (MNG-4226)</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Konstantin Perikov (MNG-4565)</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Sébastian Le Merdy (MNG-5613)</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Mark Ingram (MNG-5639)</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Phil Pratt-Szeliga (MNG-5645)</name>
|
|
|
|
</contributor>
|
2015-09-11 18:52:23 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Florencia Tarditti (PR 41)</name>
|
|
|
|
</contributor>
|
2015-09-11 18:54:36 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Anton Tanasenko</name>
|
|
|
|
</contributor>
|
2015-06-17 11:19:46 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Joseph Walton (MNG-5297)</name>
|
|
|
|
</contributor>
|
2018-11-15 22:13:12 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Fabiano Cipriano de Oliveira (MNG-6261)</name>
|
|
|
|
</contributor>
|
2019-06-08 04:43:12 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Mike Mol (MNG-6665)</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
2020-04-14 16:04:55 -04:00
|
|
|
<name>Martin Kanters</name>
|
2021-12-01 04:11:48 -05:00
|
|
|
<organization>JPoint</organization>
|
2020-04-14 16:04:55 -04:00
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Maarten Mulders</name>
|
|
|
|
<organization>Info Support</organization>
|
2019-12-27 04:56:55 -05:00
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Luc Klaassen (MNG-6065)</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Wouter Aarts (MNG-6065)</name>
|
2019-06-08 04:43:12 -04:00
|
|
|
</contributor>
|
2021-10-09 09:56:48 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Arturo Bernal</name>
|
|
|
|
</contributor>
|
2014-10-12 08:52:30 -04:00
|
|
|
</contributors>
|
|
|
|
|
|
|
|
<modules>
|
2021-03-21 12:40:31 -04:00
|
|
|
<module>maven-bom</module>
|
2014-10-12 08:52:30 -04:00
|
|
|
<module>maven-plugin-api</module>
|
2014-12-23 08:09:01 -05:00
|
|
|
<module>maven-builder-support</module>
|
2021-09-29 07:44:08 -04:00
|
|
|
<module>maven-model</module>
|
2014-10-12 08:52:30 -04:00
|
|
|
<module>maven-model-builder</module>
|
2021-04-04 07:24:41 -04:00
|
|
|
<module>maven-model-transform</module>
|
2022-10-02 04:41:25 -04:00
|
|
|
<module>api</module>
|
|
|
|
<module>maven-xml-impl</module>
|
|
|
|
<module>plexus-utils</module>
|
2014-10-12 08:52:30 -04:00
|
|
|
<module>maven-core</module>
|
|
|
|
<module>maven-settings</module>
|
|
|
|
<module>maven-settings-builder</module>
|
|
|
|
<module>maven-artifact</module>
|
2016-12-11 17:36:04 -05:00
|
|
|
<module>maven-resolver-provider</module>
|
2014-10-12 08:52:30 -04:00
|
|
|
<module>maven-repository-metadata</module>
|
2016-09-22 11:46:53 -04:00
|
|
|
<module>maven-slf4j-provider</module>
|
2019-12-27 04:56:55 -05:00
|
|
|
<module>maven-slf4j-wrapper</module>
|
2014-10-12 08:52:30 -04:00
|
|
|
<module>maven-embedder</module>
|
|
|
|
<module>maven-compat</module>
|
2020-05-22 15:06:46 -04:00
|
|
|
<module>apache-maven</module>
|
|
|
|
<!-- rename to apache-maven/maven.pom after RAT-268 -->
|
2021-09-29 07:44:08 -04:00
|
|
|
<module>maven-toolchain-model</module>
|
|
|
|
<module>maven-toolchain-builder</module>
|
2014-10-12 08:52:30 -04:00
|
|
|
</modules>
|
2022-11-22 05:21:12 -05:00
|
|
|
|
|
|
|
<scm>
|
2018-03-18 09:53:06 -04:00
|
|
|
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
|
|
|
|
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
|
2022-12-12 05:36:07 -05:00
|
|
|
<tag>maven-4.0.0-alpha-3</tag>
|
2014-10-12 08:52:30 -04:00
|
|
|
<url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
|
2022-11-22 05:21:12 -05:00
|
|
|
</scm>
|
2014-10-12 08:52:30 -04:00
|
|
|
<issueManagement>
|
|
|
|
<system>jira</system>
|
2015-04-05 18:45:30 -04:00
|
|
|
<url>https://issues.apache.org/jira/browse/MNG</url>
|
2014-10-12 08:52:30 -04:00
|
|
|
</issueManagement>
|
|
|
|
<ciManagement>
|
|
|
|
<system>Jenkins</system>
|
2021-07-26 09:48:10 -04:00
|
|
|
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/</url>
|
2014-10-12 08:52:30 -04:00
|
|
|
</ciManagement>
|
|
|
|
<distributionManagement>
|
2022-11-22 05:21:12 -05:00
|
|
|
<site>
|
2014-10-12 08:52:30 -04:00
|
|
|
<id>apache.website</id>
|
2018-06-18 18:38:13 -04:00
|
|
|
<url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
|
2022-11-22 05:21:12 -05:00
|
|
|
</site>
|
2016-05-28 07:28:23 -04:00
|
|
|
<downloadUrl>https://maven.apache.org/download.html</downloadUrl>
|
2014-10-12 08:52:30 -04:00
|
|
|
</distributionManagement>
|
2022-11-22 05:21:12 -05:00
|
|
|
|
2014-10-12 08:52:30 -04:00
|
|
|
<properties>
|
2022-06-02 06:56:41 -04:00
|
|
|
<javaVersion>8</javaVersion>
|
2018-12-29 09:23:17 -05:00
|
|
|
<classWorldsVersion>2.6.0</classWorldsVersion>
|
2021-11-03 07:24:38 -04:00
|
|
|
<commonsCliVersion>1.5.0</commonsCliVersion>
|
2022-07-18 09:09:01 -04:00
|
|
|
<commonsIoVersion>2.11.0</commonsIoVersion>
|
2021-07-04 11:18:25 -04:00
|
|
|
<commonsLangVersion>3.12.0</commonsLangVersion>
|
2021-09-29 19:26:42 -04:00
|
|
|
<junitVersion>5.8.1</junitVersion>
|
2019-12-09 13:17:30 -05:00
|
|
|
<mockitoVersion>3.2.0</mockitoVersion>
|
2019-09-21 13:17:22 -04:00
|
|
|
<plexusVersion>2.1.0</plexusVersion>
|
2020-01-05 14:24:21 -05:00
|
|
|
<plexusInterpolationVersion>1.26</plexusInterpolationVersion>
|
2022-12-12 05:37:35 -05:00
|
|
|
<plexusUtilsVersion>4.0.0-alpha-4-SNAPSHOT</plexusUtilsVersion>
|
2022-12-01 16:07:30 -05:00
|
|
|
<plexusUtilsVersionEmbedded>3.5.0</plexusUtilsVersionEmbedded>
|
2022-08-23 10:46:31 -04:00
|
|
|
<guiceVersion>5.1.0</guiceVersion>
|
2021-01-05 17:00:26 -05:00
|
|
|
<guavaVersion>30.1-jre</guavaVersion>
|
|
|
|
<guavafailureaccessVersion>1.0.1</guavafailureaccessVersion>
|
2022-06-27 07:16:19 -04:00
|
|
|
<wagonVersion>3.5.2</wagonVersion>
|
2021-09-10 08:33:45 -04:00
|
|
|
<securityDispatcherVersion>2.0</securityDispatcherVersion>
|
|
|
|
<cipherVersion>2.0</cipherVersion>
|
2014-10-12 08:52:30 -04:00
|
|
|
<jxpathVersion>1.3</jxpathVersion>
|
2022-11-26 14:08:34 -05:00
|
|
|
<resolverVersion>1.9.2</resolverVersion>
|
2022-05-30 16:49:06 -04:00
|
|
|
<slf4jVersion>1.7.36</slf4jVersion>
|
2020-04-12 18:15:02 -04:00
|
|
|
<xmlunitVersion>2.6.4</xmlunitVersion>
|
2014-10-12 08:52:30 -04:00
|
|
|
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
|
|
|
|
<!-- Control the name of the distribution and information output by mvn -->
|
|
|
|
<distributionId>apache-maven</distributionId>
|
|
|
|
<distributionShortName>Maven</distributionShortName>
|
|
|
|
<distributionName>Apache Maven</distributionName>
|
2021-04-05 03:21:45 -04:00
|
|
|
<maven.site.path>ref/4-LATEST</maven.site.path>
|
2022-12-12 05:37:35 -05:00
|
|
|
<project.build.outputTimestamp>2022-12-12T10:37:34Z</project.build.outputTimestamp>
|
2014-10-12 08:52:30 -04:00
|
|
|
</properties>
|
2022-11-22 05:21:12 -05:00
|
|
|
|
2014-10-12 08:52:30 -04:00
|
|
|
<!--bootstrap-start-comment-->
|
|
|
|
<dependencyManagement>
|
|
|
|
<!--bootstrap-end-comment-->
|
|
|
|
<dependencies>
|
|
|
|
<!-- Maven Modules -->
|
|
|
|
<!--bootstrap-start-comment-->
|
2021-01-15 09:07:06 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2021-03-21 12:40:31 -04:00
|
|
|
<artifactId>maven-bom</artifactId>
|
2014-10-12 08:52:30 -04:00
|
|
|
<version>${project.version}</version>
|
2021-03-21 12:40:31 -04:00
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
2014-10-12 08:52:30 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-compat</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2016-09-22 11:46:53 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-slf4j-provider</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2014-10-12 08:52:30 -04:00
|
|
|
<!--bootstrap-end-comment-->
|
|
|
|
<!-- Plexus -->
|
|
|
|
<dependency>
|
2022-10-14 19:20:24 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2014-10-12 08:52:30 -04:00
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
<version>${plexusUtilsVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2015-04-28 19:38:57 -04:00
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
|
<artifactId>guice</artifactId>
|
2014-10-12 08:52:30 -04:00
|
|
|
<version>${guiceVersion}</version>
|
2021-01-05 17:00:26 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<!-- This is a transitive dep of com.google.inject:guice -->
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<version>${guavaVersion}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
|
<artifactId>jsr305</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.errorprone</groupId>
|
|
|
|
<artifactId>error_prone_annotations</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>failureaccess</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>listenablefuture</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.j2objc</groupId>
|
|
|
|
<artifactId>j2objc-annotations</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.checkerframework</groupId>
|
|
|
|
<artifactId>checker-qual</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<!-- This is a transitive dep of com.google.guava:guava -->
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>failureaccess</artifactId>
|
|
|
|
<version>${guavafailureaccessVersion}</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
2021-09-13 11:56:54 -04:00
|
|
|
<version>${sisuVersion}</version>
|
2020-12-03 14:07:03 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<!-- Way too easy to conflict with plugins to be in Maven and leak in plugins -->
|
|
|
|
<groupId>javax.enterprise</groupId>
|
|
|
|
<artifactId>cdi-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2014-10-12 08:52:30 -04:00
|
|
|
</dependency>
|
2017-05-16 09:27:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.inject</artifactId>
|
2021-09-13 11:56:54 -04:00
|
|
|
<version>${sisuVersion}</version>
|
2017-05-16 09:27:22 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.inject</groupId>
|
|
|
|
<artifactId>javax.inject</artifactId>
|
|
|
|
<version>1</version>
|
|
|
|
</dependency>
|
2016-09-12 00:07:39 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.annotation</groupId>
|
2021-09-13 11:56:54 -04:00
|
|
|
<artifactId>javax.annotation-api</artifactId>
|
|
|
|
<version>1.3.2</version>
|
2016-09-12 00:07:39 -04:00
|
|
|
</dependency>
|
2014-10-12 08:52:30 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-annotations</artifactId>
|
|
|
|
<version>${plexusVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-classworlds</artifactId>
|
|
|
|
<version>${classWorldsVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-interpolation</artifactId>
|
|
|
|
<version>${plexusInterpolationVersion}</version>
|
|
|
|
</dependency>
|
2016-06-05 07:11:45 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-shared-utils</artifactId>
|
2021-05-03 12:04:20 -04:00
|
|
|
<version>3.3.4</version>
|
2022-07-18 09:09:01 -04:00
|
|
|
<exclusions>
|
|
|
|
<!-- We use org.apache.maven.shared.utils.logging only in Maven Core -->
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2016-06-05 07:11:45 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.fusesource.jansi</groupId>
|
|
|
|
<artifactId>jansi</artifactId>
|
2021-11-12 12:58:57 -05:00
|
|
|
<version>2.4.0</version>
|
2016-06-05 07:11:45 -04:00
|
|
|
</dependency>
|
2014-10-12 08:52:30 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>${slf4jVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<version>${slf4jVersion}</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
2022-04-08 04:06:56 -04:00
|
|
|
<version>1.2.11</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<!-- Wagon -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
|
|
<version>${wagonVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
|
|
|
<version>${wagonVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http</artifactId>
|
|
|
|
<version>${wagonVersion}</version>
|
2022-07-18 09:09:01 -04:00
|
|
|
<exclusions>
|
|
|
|
<!-- Not used at all -->
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2014-10-12 08:52:30 -04:00
|
|
|
</dependency>
|
|
|
|
<!-- Repository -->
|
|
|
|
<dependency>
|
2016-11-06 06:13:32 -05:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-api</artifactId>
|
|
|
|
<version>${resolverVersion}</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-11-06 06:13:32 -05:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-spi</artifactId>
|
|
|
|
<version>${resolverVersion}</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-11-06 06:13:32 -05:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-impl</artifactId>
|
|
|
|
<version>${resolverVersion}</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-11-06 06:13:32 -05:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-util</artifactId>
|
|
|
|
<version>${resolverVersion}</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-11-06 06:13:32 -05:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-connector-basic</artifactId>
|
|
|
|
<version>${resolverVersion}</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
</dependency>
|
2022-04-13 06:51:37 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-transport-file</artifactId>
|
|
|
|
<version>${resolverVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-transport-http</artifactId>
|
|
|
|
<version>${resolverVersion}</version>
|
|
|
|
</dependency>
|
2014-10-12 08:52:30 -04:00
|
|
|
<dependency>
|
2016-11-06 06:13:32 -05:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-transport-wagon</artifactId>
|
|
|
|
<version>${resolverVersion}</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
</dependency>
|
|
|
|
<!-- Commons -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
<version>${commonsCliVersion}</version>
|
|
|
|
</dependency>
|
2022-07-18 09:09:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>${commonsIoVersion}</version>
|
|
|
|
</dependency>
|
2014-10-12 08:52:30 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-jxpath</groupId>
|
|
|
|
<artifactId>commons-jxpath</artifactId>
|
|
|
|
<version>${jxpathVersion}</version>
|
|
|
|
</dependency>
|
2015-10-16 06:47:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<version>${commonsLangVersion}</version>
|
|
|
|
</dependency>
|
2014-10-12 08:52:30 -04:00
|
|
|
<dependency>
|
2021-09-10 08:33:45 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2014-10-12 08:52:30 -04:00
|
|
|
<artifactId>plexus-sec-dispatcher</artifactId>
|
|
|
|
<version>${securityDispatcherVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2020-04-09 19:17:25 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2014-10-12 08:52:30 -04:00
|
|
|
<artifactId>plexus-cipher</artifactId>
|
|
|
|
<version>${cipherVersion}</version>
|
|
|
|
</dependency>
|
2016-01-24 21:48:14 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<version>${mockitoVersion}</version>
|
2018-01-06 19:17:32 -05:00
|
|
|
<scope>test</scope>
|
2016-01-24 21:48:14 -05:00
|
|
|
</dependency>
|
2020-06-22 15:24:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.xmlunit</groupId>
|
|
|
|
<artifactId>xmlunit-assertj</artifactId>
|
|
|
|
<version>${xmlunitVersion}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-09-16 17:33:54 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.xmlunit</groupId>
|
|
|
|
<artifactId>xmlunit-core</artifactId>
|
|
|
|
<version>${xmlunitVersion}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.xmlunit</groupId>
|
|
|
|
<artifactId>xmlunit-matchers</artifactId>
|
|
|
|
<version>${xmlunitVersion}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-10-13 09:33:42 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
<artifactId>hamcrest-core</artifactId>
|
2019-12-21 09:03:04 -05:00
|
|
|
<version>2.2</version>
|
2019-10-13 09:33:42 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
<artifactId>hamcrest-library</artifactId>
|
2019-12-21 09:03:04 -05:00
|
|
|
<version>2.2</version>
|
2019-10-13 09:33:42 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-05-28 12:26:03 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-testing</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-29 19:26:42 -04:00
|
|
|
<groupId>org.junit</groupId>
|
|
|
|
<artifactId>junit-bom</artifactId>
|
2021-05-28 12:26:03 -04:00
|
|
|
<version>${junitVersion}</version>
|
2021-09-29 19:26:42 -04:00
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
2021-05-28 12:26:03 -04:00
|
|
|
</dependency>
|
2014-10-12 08:52:30 -04:00
|
|
|
</dependencies>
|
|
|
|
<!--bootstrap-start-comment-->
|
|
|
|
</dependencyManagement>
|
|
|
|
<!--bootstrap-end-comment-->
|
|
|
|
<!--bootstrap-start-comment-->
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2021-01-15 09:07:06 -05:00
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
<artifactId>junit-jupiter-engine</artifactId>
|
2014-10-12 08:52:30 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-01-15 09:07:06 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
<artifactId>hamcrest-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-10-12 08:52:30 -04:00
|
|
|
</dependencies>
|
|
|
|
<!--bootstrap-end-comment-->
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
2022-10-14 16:19:24 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>modello-plugin-velocity</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</plugin>
|
2014-10-12 08:52:30 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-metadata</artifactId>
|
|
|
|
<version>${plexusVersion}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>generate-metadata</goal>
|
|
|
|
<goal>generate-test-metadata</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<argLine>-Xmx256m</argLine>
|
2017-12-12 19:45:00 -05:00
|
|
|
<environmentVariables>
|
|
|
|
<JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED>
|
|
|
|
</environmentVariables>
|
2014-10-12 08:52:30 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2017-05-21 13:14:54 -04:00
|
|
|
<id>modello-site-docs</id>
|
2014-10-12 08:52:30 -04:00
|
|
|
<goals>
|
|
|
|
<goal>xdoc</goal>
|
|
|
|
<goal>xsd</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>pre-site</phase>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
2017-05-21 13:14:54 -04:00
|
|
|
<id>modello</id>
|
2014-10-12 08:52:30 -04:00
|
|
|
<goals>
|
|
|
|
<goal>java</goal>
|
|
|
|
<goal>xpp3-reader</goal>
|
|
|
|
<goal>xpp3-writer</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
2017-02-11 13:21:03 -05:00
|
|
|
<version>1.4</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
</plugin>
|
2022-12-15 04:50:39 -05:00
|
|
|
<!-- enforce backwards compatibility -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.github.siom79.japicmp</groupId>
|
|
|
|
<artifactId>japicmp-maven-plugin</artifactId>
|
|
|
|
<version>0.16.0</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>cmp</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<configuration>
|
|
|
|
<parameter>
|
|
|
|
<!-- baseline is 3.8.6 for Maven 4 -->
|
|
|
|
<oldVersionPattern>3.8.6</oldVersionPattern>
|
|
|
|
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
|
|
|
|
<onlyBinaryIncompatible>true</onlyBinaryIncompatible>
|
|
|
|
<!-- only exported packages from maven-core/META-INF/maven/extension.xml matter -->
|
|
|
|
<includes>
|
|
|
|
<include>org.apache.maven.artifact</include>
|
|
|
|
<include>org.apache.maven.classrealm</include>
|
|
|
|
<include>org.apache.maven.cli</include>
|
|
|
|
<include>org.apache.maven.configuration</include>
|
|
|
|
<include>org.apache.maven.exception</include>
|
|
|
|
<include>org.apache.maven.execution</include>
|
|
|
|
<include>org.apache.maven.execution.scope</include>
|
|
|
|
<include>org.apache.maven.feature</include>
|
|
|
|
<include>org.apache.maven.graph</include>
|
|
|
|
<include>org.apache.maven.lifecycle</include>
|
|
|
|
<include>org.apache.maven.model</include>
|
|
|
|
<include>org.apache.maven.monitor</include>
|
|
|
|
<include>org.apache.maven.plugin</include>
|
|
|
|
<include>org.apache.maven.profiles</include>
|
|
|
|
<include>org.apache.maven.project</include>
|
|
|
|
<include>org.apache.maven.reporting</include>
|
|
|
|
<include>org.apache.maven.repository</include>
|
|
|
|
<include>org.apache.maven.rtinfo</include>
|
|
|
|
<include>org.apache.maven.rtinfo.internal</include>
|
|
|
|
<include>org.apache.maven.settings</include>
|
|
|
|
<include>org.apache.maven.toolchain</include>
|
|
|
|
<include>org.apache.maven.usability</include>
|
|
|
|
</includes>
|
|
|
|
<includeExclusively>true</includeExclusively>
|
|
|
|
<!-- don't include subpackages -->
|
|
|
|
</parameter>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-10-12 08:52:30 -04:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId>
|
2022-05-13 02:01:08 -04:00
|
|
|
<version>1.21</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
<configuration>
|
|
|
|
<signature>
|
|
|
|
<groupId>org.codehaus.mojo.signature</groupId>
|
2019-11-02 05:27:41 -04:00
|
|
|
<artifactId>java18</artifactId>
|
2015-03-06 01:12:21 -05:00
|
|
|
<version>1.0</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
</signature>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2017-05-21 13:14:54 -04:00
|
|
|
<id>check-java-compat</id>
|
2014-10-12 08:52:30 -04:00
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>process-classes</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-doap-plugin</artifactId>
|
2017-02-11 13:21:03 -05:00
|
|
|
<version>1.2</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
<configuration>
|
|
|
|
<asfExtOptions>
|
|
|
|
<charter>The mission of the Apache Maven project is to create and maintain software
|
2014-11-23 07:00:59 -05:00
|
|
|
libraries that provide a widely-used project build tool, targeting mainly Java
|
|
|
|
development. Apache Maven promotes the use of dependencies via a
|
|
|
|
standardized coordinate system, binary plugins, and a standard build
|
2014-10-12 08:52:30 -04:00
|
|
|
lifecycle.</charter>
|
|
|
|
</asfExtOptions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
2022-10-05 09:37:00 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>rat-check</id>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/.gitattributes</exclude>
|
|
|
|
<exclude>src/test/resources*/**</exclude>
|
|
|
|
<exclude>src/test/projects/**</exclude>
|
|
|
|
<exclude>src/test/remote-repo/**</exclude>
|
|
|
|
<exclude>**/*.odg</exclude>
|
|
|
|
<exclude>.asf.yaml</exclude>
|
|
|
|
<!--
|
|
|
|
! Excluded the license files itself cause they do not have have a license of themselves.
|
|
|
|
-->
|
|
|
|
<exclude>src/main/appended-resources/licenses/MIT-slf4j-api-1.7.30.txt</exclude>
|
|
|
|
<exclude>src/main/appended-resources/licenses/EPL-1.0.txt</exclude>
|
|
|
|
<exclude>src/main/appended-resources/licenses/unrecognized-aopalliance-1.0.txt</exclude>
|
|
|
|
<exclude>src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2014-10-12 08:52:30 -04:00
|
|
|
</plugin>
|
2020-04-09 19:17:25 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2021-09-10 08:33:45 -04:00
|
|
|
<id>ensure-no-sonatype-cipher-and-sec-dispatcher</id>
|
2020-04-09 19:17:25 -04:00
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<bannedDependencies>
|
|
|
|
<excludes>
|
2021-09-10 08:33:45 -04:00
|
|
|
<exclude>org.sonatype.plexus:plexus-sec-dispatcher</exclude>
|
2020-04-09 19:17:25 -04:00
|
|
|
<exclude>org.sonatype.plexus:plexus-cipher</exclude>
|
|
|
|
</excludes>
|
2021-09-10 08:33:45 -04:00
|
|
|
<message>ensure no more org.sonatype.plexus:plexus-cipher and org.sonatype.plexus:plexus-sec-dispatcher.</message>
|
2020-04-09 19:17:25 -04:00
|
|
|
</bannedDependencies>
|
|
|
|
</rules>
|
|
|
|
<fail>true</fail>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-10-12 08:52:30 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>apache-release</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2020-05-22 15:06:46 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2014-10-12 08:52:30 -04:00
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>source-release-assembly</id>
|
|
|
|
<configuration>
|
|
|
|
<!-- we have a dedicated distribution module -->
|
|
|
|
<skipAssembly>true</skipAssembly>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>reporting</id>
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
2017-02-11 19:10:50 -05:00
|
|
|
<tags>
|
|
|
|
<tag>
|
|
|
|
<name>provisional</name>
|
|
|
|
<placement>tf</placement>
|
|
|
|
<head>Provisional:</head>
|
|
|
|
</tag>
|
|
|
|
</tags>
|
2014-10-12 08:52:30 -04:00
|
|
|
</configuration>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<id>aggregate</id>
|
|
|
|
<reports>
|
|
|
|
<report>aggregate</report>
|
|
|
|
</reports>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<id>aggregate</id>
|
|
|
|
<reports>
|
|
|
|
<report>aggregate</report>
|
|
|
|
</reports>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>maven-repo-local</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>maven.repo.local</name>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemProperties combine.children="append">
|
|
|
|
<property>
|
|
|
|
<!-- Pass this through to the tests (if set!) to have them pick the right repository -->
|
|
|
|
<name>maven.repo.local</name>
|
|
|
|
<value>${maven.repo.local}</value>
|
|
|
|
</property>
|
|
|
|
</systemProperties>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
</project>
|