2009-11-24 01:26:04 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
~ 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.
|
|
|
|
-->
|
2011-10-18 08:19:44 -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">
|
2009-11-24 01:26:04 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2019-05-06 16:08:19 -04:00
|
|
|
<groupId>org.apache.archiva.maven</groupId>
|
|
|
|
<artifactId>archiva-maven</artifactId>
|
2017-05-18 01:04:58 -04:00
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
2009-11-24 01:26:04 -05:00
|
|
|
</parent>
|
2019-05-06 16:08:19 -04:00
|
|
|
<artifactId>archiva-maven-repository</artifactId>
|
|
|
|
<name>Archiva :: Maven :: Repository Support</name>
|
2018-11-04 07:34:47 -05:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<site.staging.base>${project.parent.parent.basedir}</site.staging.base>
|
|
|
|
</properties>
|
|
|
|
|
2009-11-24 01:26:04 -05:00
|
|
|
<dependencies>
|
2009-12-15 19:38:50 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2009-11-24 01:26:04 -05:00
|
|
|
<artifactId>metadata-model</artifactId>
|
|
|
|
</dependency>
|
2012-10-29 16:41:00 -04:00
|
|
|
<dependency>
|
2019-05-06 16:08:19 -04:00
|
|
|
<groupId>org.apache.archiva.maven</groupId>
|
|
|
|
<artifactId>archiva-maven-metadata</artifactId>
|
2012-10-29 16:41:00 -04:00
|
|
|
</dependency>
|
2009-11-24 19:45:57 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>metadata-repository-api</artifactId>
|
|
|
|
</dependency>
|
2012-10-29 17:00:51 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-proxy-api</artifactId>
|
|
|
|
</dependency>
|
2019-02-10 06:53:02 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-model</artifactId>
|
|
|
|
</dependency>
|
2019-08-31 11:01:36 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>stage-repository-merge</artifactId>
|
|
|
|
</dependency>
|
2019-05-19 11:35:34 -04:00
|
|
|
|
2011-06-15 05:36:05 -04:00
|
|
|
<dependency>
|
2019-05-06 16:08:19 -04:00
|
|
|
<groupId>org.apache.archiva.maven</groupId>
|
|
|
|
<artifactId>archiva-maven-proxy</artifactId>
|
2012-09-09 11:37:27 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2011-06-15 05:36:05 -04:00
|
|
|
</dependency>
|
2009-11-24 19:45:57 -05:00
|
|
|
<dependency>
|
2013-04-25 09:19:19 -04:00
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
2011-05-26 16:52:13 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-08-10 08:56:05 -04:00
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
|
<artifactId>guice</artifactId>
|
2013-09-02 03:47:03 -04:00
|
|
|
<classifier>no_aop</classifier>
|
2009-11-24 19:45:57 -05:00
|
|
|
</dependency>
|
2011-05-26 16:54:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-plexus-bridge</artifactId>
|
|
|
|
</dependency>
|
2009-11-24 19:45:57 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
2012-09-09 11:37:27 -04:00
|
|
|
<artifactId>commons-logging</artifactId>
|
2009-11-24 19:45:57 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model-builder</artifactId>
|
|
|
|
</dependency>
|
2009-12-01 11:01:31 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
</dependency>
|
2011-06-10 11:37:00 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2011-06-15 11:30:53 -04:00
|
|
|
<artifactId>maven-repository-metadata</artifactId>
|
2011-06-10 11:37:00 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2011-06-15 11:30:53 -04:00
|
|
|
<artifactId>maven-model</artifactId>
|
2011-06-10 11:37:00 -04:00
|
|
|
</dependency>
|
2012-08-02 12:22:37 -04:00
|
|
|
|
|
|
|
<dependency>
|
2018-10-29 06:10:35 -04:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver</artifactId>
|
|
|
|
<type>pom</type>
|
2012-08-02 12:22:37 -04:00
|
|
|
</dependency>
|
2018-10-26 16:23:45 -04:00
|
|
|
<dependency>
|
2018-10-29 06:10:35 -04:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-transport-file</artifactId>
|
2018-10-26 16:23:45 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2018-10-29 06:10:35 -04:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-connector-basic</artifactId>
|
2018-10-26 16:23:45 -04:00
|
|
|
</dependency>
|
|
|
|
|
2009-11-24 19:45:57 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-configuration</artifactId>
|
2009-11-25 00:32:18 -05:00
|
|
|
</dependency>
|
2012-08-04 02:56:52 -04:00
|
|
|
<dependency>
|
2019-05-05 15:46:25 -04:00
|
|
|
<groupId>org.apache.archiva.maven</groupId>
|
|
|
|
<artifactId>archiva-maven-model</artifactId>
|
2012-08-04 02:56:52 -04:00
|
|
|
</dependency>
|
2011-06-15 05:36:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
|
|
</dependency>
|
2012-08-04 02:56:52 -04:00
|
|
|
<dependency>
|
2013-12-26 07:56:18 -05:00
|
|
|
<groupId>org.modelmapper</groupId>
|
|
|
|
<artifactId>modelmapper</artifactId>
|
2012-08-04 02:56:52 -04:00
|
|
|
</dependency>
|
2019-05-13 16:23:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2012-01-24 18:42:53 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2012-02-04 17:14:00 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-09-01 08:37:52 -04:00
|
|
|
|
|
|
|
|
|
|
|
<!-- Test scope -->
|
2020-02-03 15:58:05 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.components</groupId>
|
|
|
|
<artifactId>archiva-components-spring-quartz</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-02-02 10:31:30 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.indexer</groupId>
|
|
|
|
<artifactId>indexer-core</artifactId>
|
|
|
|
<classifier>shaded-lucene</classifier>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-01-29 17:03:00 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.xmlunit</groupId>
|
|
|
|
<artifactId>xmlunit-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.xmlunit</groupId>
|
|
|
|
<artifactId>xmlunit-assertj</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-01-27 14:12:09 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.easymock</groupId>
|
|
|
|
<artifactId>easymock</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-11-17 07:29:31 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2011-06-16 09:12:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2010-03-09 20:38:29 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>test-repository</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2015-10-01 01:53:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-mock</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2011-06-09 11:23:21 -04:00
|
|
|
<dependency>
|
2012-07-02 03:36:23 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2012-07-02 03:40:05 -04:00
|
|
|
<artifactId>archiva-test-utils</artifactId>
|
2012-07-02 03:36:23 -04:00
|
|
|
<version>${project.version}</version>
|
2011-06-09 11:23:21 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2011-06-15 05:36:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-02-04 17:14:00 -05:00
|
|
|
<dependency>
|
2014-03-25 02:29:30 -04:00
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
<artifactId>assertj-core</artifactId>
|
2012-02-04 17:14:00 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-09-09 11:38:26 -04:00
|
|
|
<dependency>
|
2013-04-24 06:41:53 -04:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
2013-02-02 15:50:31 -05:00
|
|
|
<artifactId>log4j-1.2-api</artifactId>
|
2019-09-01 08:37:52 -04:00
|
|
|
<scope>test</scope>
|
2012-09-09 11:38:26 -04:00
|
|
|
</dependency>
|
|
|
|
|
2018-05-19 13:07:44 -04:00
|
|
|
<dependency>
|
2019-09-01 08:37:52 -04:00
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm</artifactId>
|
2018-05-19 13:07:44 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2019-09-01 08:37:52 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>metadata-store-jcr</artifactId>
|
2018-05-19 13:07:44 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-10-26 16:23:45 -04:00
|
|
|
|
2018-10-28 08:04:30 -04:00
|
|
|
<dependency>
|
2019-11-19 17:36:35 -05:00
|
|
|
<groupId>org.apache.archiva.components.cache</groupId>
|
|
|
|
<artifactId>archiva-components-spring-cache-ehcache</artifactId>
|
2018-10-28 08:04:30 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2009-11-24 01:26:04 -05:00
|
|
|
</dependencies>
|
2010-03-09 20:38:29 -05:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>test-repository</id>
|
2017-07-23 20:12:23 -04:00
|
|
|
<phase>process-test-classes</phase>
|
2010-03-09 20:38:29 -05:00
|
|
|
<goals>
|
|
|
|
<goal>unpack-dependencies</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<includeArtifactIds>test-repository</includeArtifactIds>
|
|
|
|
<outputDirectory>target/test-repository</outputDirectory>
|
|
|
|
<excludes>META-INF/**</excludes>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2017-10-13 16:23:08 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
2018-05-02 17:10:06 -04:00
|
|
|
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
|
2017-10-13 16:23:08 -04:00
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2010-03-09 20:38:29 -05:00
|
|
|
</plugins>
|
2011-08-25 04:42:50 -04:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<!-- TODO: move repo into a subdirectory -->
|
|
|
|
<exclude>src/test/resources/com/**</exclude>
|
|
|
|
<exclude>src/test/resources/commons-io/**</exclude>
|
2012-10-29 17:04:07 -04:00
|
|
|
<exclude>src/test/resources/test-repo/**</exclude>
|
|
|
|
<exclude>src/test/resources/m1-repo-filelist.txt</exclude>
|
|
|
|
<exclude>src/test/repositories/**</exclude>
|
|
|
|
<exclude>src/test/expected-poms/**</exclude>
|
2017-04-14 12:45:49 -04:00
|
|
|
<exclude>src/test/resources/resolver-status.properties</exclude>
|
|
|
|
<exclude>src/test/resources/test01.properties</exclude>
|
2019-08-31 11:01:36 -04:00
|
|
|
<exclude>src/test/resources/target-repo/**</exclude>
|
|
|
|
<exclude>src/test/resources/test-repository-with-conflict-artifacts/**</exclude>
|
2011-08-25 04:42:50 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2010-03-09 20:38:29 -05:00
|
|
|
</build>
|
2019-09-01 08:37:52 -04:00
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>jdk9+</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>[1.9,)</jdk>
|
|
|
|
</activation>
|
|
|
|
<dependencies>
|
|
|
|
<!-- Needed for JDK >= 9 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.annotation</groupId>
|
|
|
|
<artifactId>javax.annotation-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
2009-11-24 01:26:04 -05:00
|
|
|
</project>
|