2014-10-12 08:52:30 -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
|
|
|
-->
|
2014-10-12 08:52: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/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
2015-10-14 15:24:27 -04:00
|
|
|
<version>27</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
<relativePath>../pom/maven/pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>maven</artifactId>
|
2017-01-04 04:12:47 -05:00
|
|
|
<version>3.5.0-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>
|
|
|
|
|
|
|
|
<properties>
|
2015-10-07 11:28:31 -04:00
|
|
|
<maven.version>3.0.5</maven.version>
|
2015-03-05 18:35:10 -05:00
|
|
|
<maven.compiler.source>1.7</maven.compiler.source>
|
|
|
|
<maven.compiler.target>1.7</maven.compiler.target>
|
2014-10-12 08:52:30 -04:00
|
|
|
<classWorldsVersion>2.5.2</classWorldsVersion>
|
|
|
|
<commonsCliVersion>1.2</commonsCliVersion>
|
2015-10-16 06:47:02 -04:00
|
|
|
<commonsLangVersion>3.4</commonsLangVersion>
|
2014-11-01 16:25:36 -04:00
|
|
|
<junitVersion>4.11</junitVersion>
|
2015-09-11 04:05:54 -04:00
|
|
|
<plexusVersion>1.6</plexusVersion>
|
2014-10-18 02:13:56 -04:00
|
|
|
<plexusInterpolationVersion>1.21</plexusInterpolationVersion>
|
2015-09-11 15:43:40 -04:00
|
|
|
<plexusUtilsVersion>3.0.22</plexusUtilsVersion>
|
2014-10-12 08:52:30 -04:00
|
|
|
<!-- Latest version of Guava that works with Sisu -->
|
2014-11-18 10:48:15 -05:00
|
|
|
<guavaVersion>18.0</guavaVersion>
|
2015-04-28 19:38:57 -04:00
|
|
|
<guiceVersion>4.0</guiceVersion>
|
2015-09-15 20:41:39 -04:00
|
|
|
<sisuInjectVersion>0.3.2</sisuInjectVersion>
|
2017-01-31 09:35:57 -05:00
|
|
|
<wagonVersion>2.12</wagonVersion>
|
2014-10-12 08:52:30 -04:00
|
|
|
<securityDispatcherVersion>1.3</securityDispatcherVersion>
|
|
|
|
<cipherVersion>1.7</cipherVersion>
|
2015-09-14 16:28:06 -04:00
|
|
|
<modelloVersion>1.8.3</modelloVersion>
|
2014-10-12 08:52:30 -04:00
|
|
|
<jxpathVersion>1.3</jxpathVersion>
|
2016-11-06 06:13:32 -05:00
|
|
|
<resolverVersion>1.0.3</resolverVersion>
|
2014-10-12 08:52:30 -04:00
|
|
|
<slf4jVersion>1.7.5</slf4jVersion>
|
|
|
|
<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>
|
|
|
|
<maven.site.path>ref/3-LATEST</maven.site.path>
|
2014-10-23 19:25:49 -04:00
|
|
|
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType,MagicNumber,InnerAssignment,MethodName</checkstyle.violation.ignore>
|
|
|
|
<checkstyle.excludes>**/package-info.java</checkstyle.excludes>
|
2014-10-12 08:52:30 -04:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>maven-plugin-api</module>
|
2014-12-23 08:09:01 -05:00
|
|
|
<module>maven-builder-support</module>
|
2014-10-12 08:52:30 -04:00
|
|
|
<module>maven-model</module>
|
|
|
|
<module>maven-model-builder</module>
|
|
|
|
<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>
|
2014-10-12 08:52:30 -04:00
|
|
|
<module>maven-embedder</module>
|
|
|
|
<module>maven-compat</module>
|
|
|
|
<module>apache-maven</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
|
|
|
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
|
|
|
<url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
|
2015-11-10 11:37:02 -05:00
|
|
|
<tag>master</tag>
|
2014-10-12 08:52:30 -04:00
|
|
|
</scm>
|
|
|
|
<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>
|
|
|
|
<url>https://builds.apache.org/job/maven-3.x/</url>
|
|
|
|
</ciManagement>
|
|
|
|
<distributionManagement>
|
2016-05-28 07:28:23 -04:00
|
|
|
<downloadUrl>https://maven.apache.org/download.html</downloadUrl>
|
2014-10-12 08:52:30 -04:00
|
|
|
<site>
|
|
|
|
<id>apache.website</id>
|
2015-03-30 19:00:53 -04:00
|
|
|
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</url>
|
2014-10-12 08:52:30 -04:00
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2014-11-23 07:00:59 -05:00
|
|
|
|
2014-10-12 08:52:30 -04:00
|
|
|
<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>
|
2014-10-12 08:52:30 -04:00
|
|
|
</contributors>
|
|
|
|
|
2015-10-07 11:28:31 -04:00
|
|
|
<!-- This marked as deprecated for Maven 3.X. This is checked by maven-enforcer-plugin -->
|
|
|
|
<!-- http://jira.codehaus.org/browse/MNG-4840 -->
|
|
|
|
<!-- http://jira.codehaus.org/browse/MNG-5297 -->
|
2014-10-12 08:52:30 -04:00
|
|
|
<prerequisites>
|
2015-10-07 11:28:31 -04:00
|
|
|
<maven>${maven.version}</maven>
|
2014-10-12 08:52:30 -04:00
|
|
|
</prerequisites>
|
|
|
|
|
|
|
|
<!--bootstrap-start-comment-->
|
|
|
|
<dependencyManagement>
|
|
|
|
<!--bootstrap-end-comment-->
|
|
|
|
<dependencies>
|
|
|
|
<!-- Maven Modules -->
|
|
|
|
<!--bootstrap-start-comment-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings-builder</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-embedder</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model-builder</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-compat</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2016-12-11 17:36:04 -05:00
|
|
|
<artifactId>maven-resolver-provider</artifactId>
|
2014-10-12 08:52:30 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-repository-metadata</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2014-12-23 08:09:01 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-builder-support</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>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
<version>${plexusUtilsVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<version>${guavaVersion}</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>
|
|
|
|
</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>
|
|
|
|
<classifier>no_aop</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
|
|
|
<version>${sisuInjectVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-annotations</artifactId>
|
|
|
|
<version>${plexusVersion}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</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>
|
|
|
|
<version>3.1.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.fusesource.jansi</groupId>
|
|
|
|
<artifactId>jansi</artifactId>
|
|
|
|
<version>1.13</version>
|
|
|
|
</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>
|
|
|
|
<version>1.0.7</version>
|
|
|
|
<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>
|
|
|
|
<classifier>shaded</classifier>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</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>
|
|
|
|
<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>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<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>
|
|
|
|
<groupId>org.sonatype.plexus</groupId>
|
|
|
|
<artifactId>plexus-sec-dispatcher</artifactId>
|
|
|
|
<version>${securityDispatcherVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.plexus</groupId>
|
|
|
|
<artifactId>plexus-cipher</artifactId>
|
|
|
|
<version>${cipherVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<!--bootstrap-start-comment-->
|
|
|
|
</dependencyManagement>
|
|
|
|
<!--bootstrap-end-comment-->
|
|
|
|
<!--bootstrap-start-comment-->
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>${junitVersion}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<!--bootstrap-end-comment-->
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<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>
|
2015-02-12 17:04:14 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>sisu-maven-plugin</artifactId>
|
|
|
|
<version>${sisuInjectVersion}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>main-index</goal>
|
|
|
|
<goal>test-index</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-10-12 08:52:30 -04:00
|
|
|
<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>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<version>${modelloVersion}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>site-docs</id>
|
|
|
|
<phase>pre-site</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>xdoc</goal>
|
|
|
|
<goal>xsd</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>standard</id>
|
|
|
|
<goals>
|
|
|
|
<goal>java</goal>
|
|
|
|
<goal>xpp3-reader</goal>
|
|
|
|
<goal>xpp3-writer</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<configuration>
|
2015-08-19 20:11:59 -04:00
|
|
|
<topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</topSiteURL>
|
2014-10-12 08:52:30 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-scm-publish-plugin</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>src/test/resources*/**</exclude>
|
|
|
|
<exclude>src/test/projects/**</exclude>
|
|
|
|
<exclude>src/test/remote-repo/**</exclude>
|
|
|
|
<exclude>**/*.odg</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.m2e</groupId>
|
|
|
|
<artifactId>lifecycle-mapping</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<configuration>
|
|
|
|
<lifecycleMappingMetadata>
|
|
|
|
<pluginExecutions>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<versionRange>[0.10,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
</pluginExecutions>
|
|
|
|
</lifecycleMappingMetadata>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId>
|
2015-09-17 17:52:04 -04:00
|
|
|
<version>1.14</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
<configuration>
|
|
|
|
<signature>
|
|
|
|
<groupId>org.codehaus.mojo.signature</groupId>
|
2015-03-06 01:12:21 -05:00
|
|
|
<artifactId>java17</artifactId>
|
|
|
|
<version>1.0</version>
|
2014-10-12 08:52:30 -04:00
|
|
|
</signature>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>check-java-1.6-compat</id>
|
|
|
|
<phase>process-classes</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-doap-plugin</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
<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>
|
|
|
|
<configuration>
|
|
|
|
<excludes combine.children="append">
|
|
|
|
<exclude>bootstrap/**</exclude>
|
|
|
|
<exclude>README.bootstrap.txt</exclude>
|
|
|
|
<exclude>.repository/**</exclude> <!-- jenkins with local maven repository -->
|
|
|
|
<exclude>.maven/spy.log</exclude> <!-- hudson maven3 integration log -->
|
2015-03-15 07:33:52 -04:00
|
|
|
<exclude>.java-version</exclude>
|
2016-05-28 15:14:54 -04:00
|
|
|
<exclude>README.md</exclude>
|
2014-10-12 08:52:30 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2015-10-07 11:28:31 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-maven</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireMavenVersion>
|
|
|
|
<version>${maven.version}</version>
|
|
|
|
</requireMavenVersion>
|
2015-10-16 06:47:02 -04:00
|
|
|
</rules>
|
2015-10-07 11:28:31 -04:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-10-12 08:52:30 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>apache-release</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<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>
|
|
|
|
<linksource>true</linksource>
|
|
|
|
<notimestamp>true</notimestamp>
|
|
|
|
<quiet>true</quiet>
|
|
|
|
<links combine.children="append">
|
2016-11-06 06:13:32 -05:00
|
|
|
<!-- TODO link to Maven Resolver Javadoc -->
|
2014-10-12 08:52:30 -04:00
|
|
|
<link>http://download.eclipse.org/aether/aether-core/${aetherVersion}/apidocs/</link>
|
2016-05-28 07:28:23 -04:00
|
|
|
<link>https://codehaus-plexus.github.io/plexus-containers/plexus-container-default/apidocs/</link>
|
2014-10-12 08:52:30 -04:00
|
|
|
</links>
|
|
|
|
</configuration>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<id>aggregate</id>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<reports>
|
|
|
|
<report>aggregate</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<id>aggregate</id>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<reports>
|
|
|
|
<report>aggregate</report>
|
|
|
|
</reports>
|
|
|
|
</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>
|