2009-10-16 08:35:38 -04: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.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<artifactId>archiva-base</artifactId>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2017-05-18 01:04:58 -04:00
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
2009-10-16 08:35:38 -04:00
|
|
|
</parent>
|
|
|
|
<artifactId>archiva-repository-scanner</artifactId>
|
2011-09-01 13:09:08 -04:00
|
|
|
<name>Archiva Base :: Repository Scanner</name>
|
2018-11-04 07:34:47 -05:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<site.staging.base>${project.parent.parent.basedir}</site.staging.base>
|
|
|
|
</properties>
|
|
|
|
|
2009-10-16 08:35:38 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-consumer-api</artifactId>
|
|
|
|
</dependency>
|
2019-09-01 08:37:52 -04:00
|
|
|
<dependency>
|
2022-01-09 17:14:44 -05:00
|
|
|
<groupId>org.apache.archiva.configuration</groupId>
|
|
|
|
<artifactId>archiva-configuration-provider</artifactId>
|
2019-09-01 08:37:52 -04:00
|
|
|
</dependency>
|
2009-10-16 08:35:38 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2011-09-13 08:12:39 -04:00
|
|
|
<artifactId>archiva-repository-admin-api</artifactId>
|
2009-10-16 08:35:38 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
</dependency>
|
2020-02-01 04:08:40 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>metadata-model</artifactId>
|
|
|
|
</dependency>
|
2020-02-01 11:01:31 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-storage-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-storage-fs</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-filelock</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<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.components.registry</groupId>
|
|
|
|
<artifactId>archiva-components-spring-registry-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2020-07-04 11:00:19 -04:00
|
|
|
<groupId>jakarta.inject</groupId>
|
|
|
|
<artifactId>jakarta.inject-api</artifactId>
|
2020-02-01 11:01:31 -05:00
|
|
|
</dependency>
|
2020-07-04 18:46:37 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.annotation</groupId>
|
|
|
|
<artifactId>jakarta.annotation-api</artifactId>
|
|
|
|
</dependency>
|
2020-02-01 11:01:31 -05:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-collections4</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2019-09-01 08:37:52 -04:00
|
|
|
|
|
|
|
<!-- Test scope -->
|
2022-01-04 14:46:35 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-02-01 11:01:31 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-02-01 04:08:40 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.maven</groupId>
|
|
|
|
<artifactId>archiva-maven-metadata</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-09-13 08:12:39 -04:00
|
|
|
<dependency>
|
2019-09-01 08:37:52 -04:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-jcl</artifactId>
|
2011-09-13 08:12:39 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2011-06-16 09:12:22 -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-16 09:12:22 -04:00
|
|
|
<scope>test</scope>
|
2011-08-25 04:42:50 -04:00
|
|
|
</dependency>
|
2019-09-01 08:37:52 -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>
|
2019-09-01 08:37:52 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2009-10-16 08:35:38 -04:00
|
|
|
</dependencies>
|
2011-08-25 04:42:50 -04:00
|
|
|
<build>
|
2011-11-22 09:17:04 -05:00
|
|
|
<plugins>
|
2018-05-01 14:19:20 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<basedir>${basedir}</basedir>
|
|
|
|
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2020-02-01 11:01:31 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<addDefaultExcludes>false</addDefaultExcludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2011-11-22 09:17:04 -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>
|
2020-02-01 11:01:31 -05:00
|
|
|
<exclude>src/test/resources/repositories/**</exclude>
|
2011-08-25 04:42:50 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2020-02-01 11:01:31 -05:00
|
|
|
|
|
|
|
|
2011-08-25 04:42:50 -04:00
|
|
|
</build>
|
2009-10-16 08:35:38 -04:00
|
|
|
</project>
|