2007-04-03 15:21:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-08-25 08:42:50 +00: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.
|
|
|
|
-->
|
2011-10-18 12:19:44 +00: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-19 17:16:20 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2007-04-03 15:21:33 +00:00
|
|
|
<parent>
|
2009-11-19 17:16:20 +00:00
|
|
|
<artifactId>archiva-scheduler</artifactId>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2017-05-18 15:04:58 +10:00
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
2007-04-03 15:21:33 +00:00
|
|
|
</parent>
|
2009-11-19 17:16:20 +00:00
|
|
|
<artifactId>archiva-scheduler-repository</artifactId>
|
2011-09-01 17:09:08 +00:00
|
|
|
<name>Archiva Scheduler :: Repository Scanning</name>
|
2018-11-04 13:34:47 +01:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<site.staging.base>${project.parent.parent.basedir}</site.staging.base>
|
|
|
|
</properties>
|
|
|
|
|
2007-04-03 15:21:33 +00:00
|
|
|
<dependencies>
|
2020-02-02 22:02:26 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-scheduler-repository-api</artifactId>
|
|
|
|
</dependency>
|
2012-10-29 20:58:54 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2020-02-02 22:02:26 +01:00
|
|
|
<artifactId>archiva-storage-api</artifactId>
|
2012-10-29 20:58:54 +00:00
|
|
|
</dependency>
|
2012-04-03 16:39:26 +00:00
|
|
|
<dependency>
|
2020-02-02 22:02:26 +01:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-storage-fs</artifactId>
|
2012-04-03 16:39:26 +00:00
|
|
|
</dependency>
|
2011-05-27 17:26:26 +00:00
|
|
|
<dependency>
|
2020-02-02 22:02:26 +01:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-consumer-api</artifactId>
|
2011-05-27 17:26:26 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2020-02-02 22:02:26 +01:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-filelock</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-proxy-api</artifactId>
|
2011-05-27 17:26:26 +00:00
|
|
|
</dependency>
|
2007-04-11 17:38:45 +00:00
|
|
|
<dependency>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2020-02-02 22:02:26 +01:00
|
|
|
<artifactId>archiva-model</artifactId>
|
2007-04-11 17:38:45 +00:00
|
|
|
</dependency>
|
2007-04-12 17:03:26 +00:00
|
|
|
<dependency>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2009-12-07 22:32:10 +00:00
|
|
|
<artifactId>archiva-configuration</artifactId>
|
2007-04-12 17:03:26 +00:00
|
|
|
</dependency>
|
2009-10-16 12:35:38 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-scanner</artifactId>
|
|
|
|
</dependency>
|
2009-12-07 22:32:10 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
|
|
|
</dependency>
|
2008-04-09 17:19:31 +00:00
|
|
|
<dependency>
|
2020-02-02 22:02:26 +01:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-common</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>metadata-repository-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>metadata-statistics-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.components</groupId>
|
|
|
|
<artifactId>archiva-components-spring-taskqueue</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.components</groupId>
|
|
|
|
<artifactId>archiva-components-spring-quartz</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2020-07-04 17:00:19 +02:00
|
|
|
<groupId>jakarta.annotation</groupId>
|
|
|
|
<artifactId>jakarta.annotation-api</artifactId>
|
2020-02-02 22:02:26 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2020-07-04 17:00:19 +02:00
|
|
|
<groupId>jakarta.inject</groupId>
|
|
|
|
<artifactId>jakarta.inject-api</artifactId>
|
2009-05-24 06:11:19 +00:00
|
|
|
</dependency>
|
2019-09-01 14:37:52 +02:00
|
|
|
|
2020-02-02 22:02:26 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
<artifactId>quartz</artifactId>
|
|
|
|
</dependency>
|
2019-09-01 14:37:52 +02:00
|
|
|
|
|
|
|
<!-- Test scope -->
|
2020-06-05 20:09:53 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-02-02 16:31:30 +01:00
|
|
|
<dependency>
|
2020-02-02 22:02:26 +01:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-admin-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-jcl</artifactId>
|
|
|
|
<scope>test</scope>
|
2020-02-02 16:31:30 +01:00
|
|
|
</dependency>
|
2019-11-17 13:29:31 +01:00
|
|
|
<dependency>
|
2020-02-02 22:02:26 +01:00
|
|
|
<groupId>org.apache.archiva.maven</groupId>
|
|
|
|
<artifactId>archiva-maven-common</artifactId>
|
2019-11-17 13:29:31 +01:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-09-01 14:37:52 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.maven</groupId>
|
|
|
|
<artifactId>archiva-maven-repository</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2007-04-11 21:32:32 +00:00
|
|
|
<dependency>
|
2020-02-02 22:02:26 +01:00
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
2007-04-11 21:32:32 +00:00
|
|
|
<scope>test</scope>
|
2015-10-01 15:50:35 +10:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2020-02-02 22:02:26 +01:00
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-shared</artifactId>
|
2015-10-01 15:50:35 +10:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2010-12-29 06:14:04 +00:00
|
|
|
<dependency>
|
2020-02-02 22:02:26 +01:00
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
2010-12-29 06:14:04 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-10-28 13:04:30 +01:00
|
|
|
<dependency>
|
2020-02-02 22:02:26 +01:00
|
|
|
<groupId>org.apache.maven.indexer</groupId>
|
|
|
|
<artifactId>indexer-core</artifactId>
|
|
|
|
<classifier>shaded-lucene</classifier>
|
2018-10-28 13:04:30 +01:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-09-01 14:37:52 +02:00
|
|
|
<dependency>
|
2020-02-02 22:02:26 +01:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-test-utils</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-mock</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-all</artifactId>
|
2019-09-01 14:37:52 +02:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2007-04-03 15:21:33 +00:00
|
|
|
</dependencies>
|
2011-08-25 08:42:50 +00:00
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>src/test/resources/test-repo/**</exclude>
|
|
|
|
<exclude>src/test/repositories/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2014-03-28 11:43:24 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
2015-10-01 15:50:35 +10:00
|
|
|
<archiva.repositorySessionFactory.id>mock</archiva.repositorySessionFactory.id>
|
2018-05-01 20:19:20 +02:00
|
|
|
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
|
2014-03-28 11:43:24 +00:00
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2011-08-25 08:42:50 +00:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
2007-04-03 15:21:33 +00:00
|
|
|
</project>
|