2007-03-22 18:03:11 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
2009-10-07 06:12:41 -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
|
2007-03-22 18:03:11 -04:00
|
|
|
~
|
2009-10-07 06:12:41 -04:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2007-03-22 18:03:11 -04:00
|
|
|
~
|
2009-10-07 06:12:41 -04:00
|
|
|
~ 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.
|
2007-03-22 18:03:11 -04:00
|
|
|
-->
|
|
|
|
|
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/maven-v4_0_0.xsd">
|
2007-03-22 18:03:11 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-03-22 18:03:11 -04:00
|
|
|
<artifactId>archiva-consumers</artifactId>
|
2017-05-18 01:04:58 -04:00
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
2007-03-22 18:03:11 -04:00
|
|
|
</parent>
|
|
|
|
<artifactId>archiva-core-consumers</artifactId>
|
2011-09-01 13:09:08 -04:00
|
|
|
<name>Archiva Base :: Consumers :: Core Consumers</name>
|
2018-11-04 07:34:47 -05:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<site.staging.base>${project.parent.parent.parent.basedir}</site.staging.base>
|
|
|
|
</properties>
|
|
|
|
|
2007-03-22 18:03:11 -04:00
|
|
|
<dependencies>
|
2010-03-11 06:05:46 -05:00
|
|
|
<!-- TODO: remove this hard dependency by using an event mechanism -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>audit</artifactId>
|
|
|
|
</dependency>
|
2007-04-03 11:21:33 -04:00
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-03 11:21:33 -04:00
|
|
|
<artifactId>archiva-configuration</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-03 11:21:33 -04:00
|
|
|
<artifactId>archiva-consumer-api</artifactId>
|
|
|
|
</dependency>
|
2018-03-31 13:20:30 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-checksum</artifactId>
|
|
|
|
</dependency>
|
2011-09-13 08:12:39 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-admin-api</artifactId>
|
|
|
|
</dependency>
|
2007-04-03 11:21:33 -04:00
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-03 11:21:33 -04:00
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
2012-09-09 11:37:27 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2007-04-03 11:21:33 -04:00
|
|
|
</dependency>
|
2010-03-08 23:24:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>metadata-repository-api</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>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-plexus-bridge</artifactId>
|
|
|
|
</dependency>
|
2010-03-08 23:24:32 -05:00
|
|
|
|
|
|
|
<!-- test dependencies -->
|
2019-11-17 07:29:31 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.components.registry</groupId>
|
|
|
|
<artifactId>archiva-components-spring-registry-commons</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2009-03-13 22:33:57 -04:00
|
|
|
<dependency>
|
2019-05-06 16:08:19 -04:00
|
|
|
<groupId>org.apache.archiva.maven</groupId>
|
|
|
|
<artifactId>archiva-maven-repository</artifactId>
|
2012-10-29 17:05:01 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-scheduler-repository</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<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>
|
2009-03-13 22:33:57 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2007-08-05 11:08:44 -04:00
|
|
|
<dependency>
|
2012-05-29 09:28:55 -04:00
|
|
|
<groupId>org.hsqldb</groupId>
|
2007-08-04 17:46:32 -04:00
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
<scope>test</scope>
|
2007-08-05 11:08:44 -04:00
|
|
|
</dependency>
|
2007-10-12 13:49:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>xmlunit</groupId>
|
|
|
|
<artifactId>xmlunit</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2010-12-29 01:14:04 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2011-09-13 08:12:39 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-admin-default</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2012-04-06 13:57:23 -04:00
|
|
|
<groupId>org.apache.archiva.redback</groupId>
|
2011-09-13 08:12:39 -04:00
|
|
|
<artifactId>redback-rbac-cached</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2011-11-03 19:45:56 -04:00
|
|
|
<dependency>
|
2012-04-06 13:57:23 -04:00
|
|
|
<groupId>org.apache.archiva.redback</groupId>
|
2011-11-03 19:45:56 -04:00
|
|
|
<artifactId>redback-common-test-resources</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-02-04 17:17:53 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2015-03-22 22:32:46 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
<artifactId>assertj-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2015-10-01 01:39:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-mock</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-03-24 12:41:50 -04:00
|
|
|
<dependency>
|
2019-05-05 15:46:25 -04:00
|
|
|
<groupId>org.apache.archiva.maven</groupId>
|
|
|
|
<artifactId>archiva-maven-indexer</artifactId>
|
2018-03-24 12:41:50 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-05-19 13:07:44 -04:00
|
|
|
|
|
|
|
<!-- 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>
|
2018-10-28 08:04:30 -04:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2007-03-22 18:03:11 -04:00
|
|
|
</dependencies>
|
2011-08-25 04:42:50 -04:00
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
2011-10-01 00:59:20 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
|
|
|
|
<plexus.home>${project.build.directory}/appserver-base</plexus.home>
|
|
|
|
<derby.system.home>${project.build.directory}/appserver-base</derby.system.home>
|
2011-11-07 03:29:35 -05:00
|
|
|
<redback.jdbc.url>${redbackTestJdbcUrl}</redback.jdbc.url>
|
|
|
|
<redback.jdbc.driver.name>${redbackTestJdbcDriver}</redback.jdbc.driver.name>
|
2011-10-01 00:59:20 -04:00
|
|
|
<archiva.user.configFileName>${project.build.directory}/archiva.xml</archiva.user.configFileName>
|
2015-10-01 01:39:41 -04:00
|
|
|
<archiva.repositorySessionFactory.id>mock</archiva.repositorySessionFactory.id>
|
2017-05-21 11:39:07 -04:00
|
|
|
<openjpa.Log>${openjpa.Log}</openjpa.Log>
|
2011-10-01 00:59:20 -04:00
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2011-08-25 04:42:50 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>src/test/resources/test-repo/**</exclude>
|
|
|
|
<exclude>src/test/resources/releases-test-repo-one/**</exclude>
|
2012-09-01 16:17:32 -04:00
|
|
|
<exclude>nbactions.xml</exclude>
|
2018-03-30 16:59:16 -04:00
|
|
|
<exclude>src/test/resources/checksum/**</exclude>
|
2011-08-25 04:42:50 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2011-10-28 04:42:34 -04:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>test-jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2011-08-25 04:42:50 -04:00
|
|
|
</build>
|
2007-03-22 18:03:11 -04:00
|
|
|
</project>
|