2006-04-07 11:57:09 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-07-07 08:23:28 -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.
|
|
|
|
-->
|
2006-07-07 08:23:28 -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">
|
2009-04-22 19:04:06 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2004-08-09 15:02:31 -04:00
|
|
|
<parent>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-04-22 19:04:06 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2020-11-27 06:22:47 -05:00
|
|
|
<version>4.0.0-alpha-1-SNAPSHOT</version>
|
2004-08-09 15:02:31 -04:00
|
|
|
</parent>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-core</artifactId>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2005-11-16 06:04:23 -05:00
|
|
|
<name>Maven Core</name>
|
2011-07-20 18:10:09 -04:00
|
|
|
<description>Maven Core classes.</description>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependencies>
|
2009-03-29 21:17:57 -04:00
|
|
|
<!-- Maven -->
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
</dependency>
|
2015-01-24 17:37:00 -05:00
|
|
|
<!-- Remove the following two deps to see how to remove Settings from the core -->
|
2005-04-22 07:01:33 -04:00
|
|
|
<dependency>
|
2008-11-27 17:32:16 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 16:16:00 -04:00
|
|
|
<artifactId>maven-settings</artifactId>
|
2005-10-14 03:15:39 -04:00
|
|
|
</dependency>
|
2010-07-16 05:59:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings-builder</artifactId>
|
|
|
|
</dependency>
|
2017-05-16 09:27:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-builder-support</artifactId>
|
|
|
|
</dependency>
|
2010-06-02 09:56:15 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-repository-metadata</artifactId>
|
|
|
|
</dependency>
|
2008-05-05 09:46:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 16:16:00 -04:00
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
</dependency>
|
2020-06-22 15:24:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2021-04-04 07:24:41 -04:00
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2020-06-22 15:24:49 -04:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2021-04-04 07:24:41 -04:00
|
|
|
<artifactId>maven-model-builder</artifactId>
|
2005-05-31 12:24:34 -04:00
|
|
|
</dependency>
|
2008-11-20 23:49:46 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2021-04-04 07:24:41 -04:00
|
|
|
<artifactId>maven-model-transform</artifactId>
|
2008-11-20 23:49:46 -05:00
|
|
|
</dependency>
|
2010-08-24 18:46:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2016-12-11 17:36:04 -05:00
|
|
|
<artifactId>maven-resolver-provider</artifactId>
|
2010-08-24 18:46:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-11-06 06:13:32 -05:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-impl</artifactId>
|
2010-08-24 18:46:07 -04:00
|
|
|
</dependency>
|
2010-08-26 16:09:34 -04:00
|
|
|
<dependency>
|
2016-11-06 06:13:32 -05:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-api</artifactId>
|
2010-08-26 16:09:34 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-11-06 06:13:32 -05:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-spi</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-util</artifactId>
|
2010-08-26 16:09:34 -04:00
|
|
|
</dependency>
|
2016-06-05 07:11:45 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-shared-utils</artifactId>
|
|
|
|
</dependency>
|
2009-03-29 21:17:57 -04:00
|
|
|
<dependency>
|
2013-03-12 21:11:34 -04:00
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
2009-03-29 21:17:57 -04:00
|
|
|
</dependency>
|
2017-05-16 09:27:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.inject</artifactId>
|
|
|
|
</dependency>
|
2014-08-26 14:11:21 -04:00
|
|
|
<dependency>
|
2015-04-28 19:38:57 -04:00
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
|
<artifactId>guice</artifactId>
|
2014-08-26 14:11:21 -04:00
|
|
|
<classifier>no_aop</classifier>
|
|
|
|
</dependency>
|
2021-01-05 17:00:26 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>failureaccess</artifactId>
|
|
|
|
</dependency>
|
2017-05-16 09:27:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.inject</groupId>
|
|
|
|
<artifactId>javax.inject</artifactId>
|
2008-07-10 11:52:53 -04:00
|
|
|
</dependency>
|
2017-05-16 09:27:22 -04:00
|
|
|
<!-- Plexus -->
|
2005-10-12 10:28:09 -04:00
|
|
|
<dependency>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-06-23 02:23:17 -04:00
|
|
|
</dependency>
|
2006-01-12 00:50:54 -05:00
|
|
|
<dependency>
|
2006-12-06 19:17:53 -05:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-classworlds</artifactId>
|
2006-01-12 00:50:54 -05:00
|
|
|
</dependency>
|
2021-09-19 23:52:32 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-interpolation</artifactId>
|
|
|
|
</dependency>
|
2015-10-16 06:47:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</dependency>
|
2021-09-19 23:52:32 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
2021-01-02 17:06:37 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2009-02-13 10:39:54 -05:00
|
|
|
<dependency>
|
2009-04-22 19:04:06 -04:00
|
|
|
<groupId>commons-jxpath</groupId>
|
|
|
|
<artifactId>commons-jxpath</artifactId>
|
2009-04-26 20:16:42 -04:00
|
|
|
<scope>test</scope>
|
2009-03-29 21:11:02 -04:00
|
|
|
</dependency>
|
2015-01-10 16:58:24 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-10-13 09:33:42 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
<artifactId>hamcrest-library</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-06-22 15:24:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.xmlunit</groupId>
|
|
|
|
<artifactId>xmlunit-assertj</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-01-15 09:07:06 -05:00
|
|
|
<dependency>
|
2021-05-28 12:26:03 -04:00
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
<artifactId>junit-jupiter-params</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-testing</artifactId>
|
2021-01-15 09:07:06 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependencies>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2007-06-28 16:53:55 -04:00
|
|
|
<build>
|
2009-06-12 17:09:06 -04:00
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
2013-05-28 05:49:38 -04:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes combine.children="append">
|
|
|
|
<exclude>lifecycle-executor.txt</exclude>
|
|
|
|
<exclude>plugin-manager.txt</exclude>
|
|
|
|
<exclude>project-builder.txt</exclude>
|
2013-07-08 05:56:10 -04:00
|
|
|
<exclude>src/site/resources/design/**</exclude>
|
2013-05-28 05:49:38 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2007-06-28 16:53:55 -04:00
|
|
|
<plugins>
|
2012-11-25 01:34:53 -05:00
|
|
|
<plugin>
|
2015-02-12 17:04:14 -05:00
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
2012-11-25 01:34:53 -05:00
|
|
|
<artifactId>sisu-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
2007-09-07 01:25:49 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
2014-11-02 15:15:50 -05:00
|
|
|
<version>1.1.0</version>
|
2008-12-14 17:07:08 -05:00
|
|
|
<models>
|
2009-06-27 14:18:46 -04:00
|
|
|
<model>src/main/mdo/toolchains.mdo</model>
|
2008-12-14 17:07:08 -05:00
|
|
|
</models>
|
2007-09-07 01:25:49 -04:00
|
|
|
</configuration>
|
2015-03-08 23:56:26 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
2017-05-21 13:14:54 -04:00
|
|
|
<id>modello-site-doc</id>
|
2015-03-08 23:56:26 -04:00
|
|
|
<phase>pre-site</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>xdoc</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<models>
|
|
|
|
<model>src/main/mdo/extension.mdo</model>
|
|
|
|
</models>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2007-09-07 01:25:49 -04:00
|
|
|
</plugin>
|
2012-12-05 08:21:04 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>create-buildnumber</id>
|
|
|
|
<goals>
|
|
|
|
<goal>create</goal>
|
|
|
|
</goals>
|
2009-12-14 10:03:20 -05:00
|
|
|
<configuration>
|
|
|
|
<doCheck>false</doCheck>
|
|
|
|
<doUpdate>false</doUpdate>
|
2020-02-01 16:11:33 -05:00
|
|
|
<revisionOnScmFailure>NON_CANONICAL</revisionOnScmFailure>
|
2009-12-14 10:03:20 -05:00
|
|
|
</configuration>
|
2012-12-05 08:21:04 -05:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2020-06-22 15:24:49 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-failsafe-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<!-- <phase></phase> -->
|
|
|
|
<goals>
|
|
|
|
<goal>integration-test</goal>
|
|
|
|
<goal>verify</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2012-12-05 08:21:04 -05:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2005-12-12 13:22:06 -05:00
|
|
|
</project>
|