2006-10-26 05:15:23 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2005-12-29 23:37:28 -05:00
|
|
|
<!--
|
2006-12-23 01:39:46 -05: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
|
2005-12-29 23:37:28 -05:00
|
|
|
~
|
2009-12-15 18:07:36 -05:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2005-12-29 23:37:28 -05:00
|
|
|
~
|
2006-12-23 01:39:46 -05: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.
|
2009-12-15 18:07:36 -05: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/xsd/maven-4.0.0.xsd">
|
2009-12-15 18:07:36 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-11-29 02:46:08 -05:00
|
|
|
<parent>
|
2009-12-15 18:07:36 -05:00
|
|
|
<artifactId>plugins</artifactId>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2017-05-18 01:04:58 -04:00
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
2005-11-29 02:46:08 -05:00
|
|
|
</parent>
|
2009-12-15 18:07:36 -05:00
|
|
|
<artifactId>problem-reports</artifactId>
|
2011-09-01 13:09:08 -04:00
|
|
|
<name>Archiva Core Plugins :: Problem Reporting Plugin</name>
|
2018-11-04 07:34:47 -05:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<site.staging.base>${project.parent.parent.basedir}</site.staging.base>
|
|
|
|
</properties>
|
|
|
|
|
2005-11-29 02:46:08 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2009-12-15 18:07:36 -05:00
|
|
|
<artifactId>metadata-repository-api</artifactId>
|
2005-12-06 00:55:45 -05:00
|
|
|
</dependency>
|
2011-09-13 08:12:39 -04:00
|
|
|
<!-- FIXME this deps must be removed -->
|
|
|
|
<dependency>
|
2022-01-09 17:14:44 -05:00
|
|
|
<groupId>org.apache.archiva.configuration</groupId>
|
|
|
|
<artifactId>archiva-configuration-provider</artifactId>
|
2011-09-13 08:12:39 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2020-06-20 13:22:22 -04:00
|
|
|
<artifactId>archiva-checksum</artifactId>
|
2011-09-13 08:12:39 -04:00
|
|
|
</dependency>
|
2006-09-05 01:12:31 -04:00
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2020-06-20 13:22:22 -04:00
|
|
|
<artifactId>archiva-consumer-api</artifactId>
|
2006-09-05 01:12:31 -04:00
|
|
|
</dependency>
|
2006-06-07 07:22:35 -04:00
|
|
|
<dependency>
|
2009-12-15 18:07:36 -05:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2020-06-20 13:22:22 -04:00
|
|
|
<artifactId>archiva-repository-api</artifactId>
|
2010-03-08 23:24:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2020-06-20 13:22:22 -04:00
|
|
|
<artifactId>metadata-model</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2020-07-04 11:00:19 -04:00
|
|
|
<groupId>jakarta.annotation</groupId>
|
|
|
|
<artifactId>jakarta.annotation-api</artifactId>
|
2020-06-20 13:22:22 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2020-07-04 11:00:19 -04:00
|
|
|
<groupId>jakarta.inject</groupId>
|
|
|
|
<artifactId>jakarta.inject-api</artifactId>
|
2020-06-20 13:22:22 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-collections4</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Test scope -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
<scope>test</scope>
|
2010-03-08 23:24:32 -05:00
|
|
|
</dependency>
|
|
|
|
<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>
|
2010-03-08 23:24:32 -05:00
|
|
|
<scope>test</scope>
|
2012-07-02 03:36:23 -04:00
|
|
|
</dependency>
|
2010-03-08 23:24:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
2021-07-11 13:23:07 -04:00
|
|
|
<artifactId>mockito-core</artifactId>
|
2010-03-08 23:24:32 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>test-repository</artifactId>
|
|
|
|
<scope>test</scope>
|
2009-03-13 22:33:57 -04:00
|
|
|
</dependency>
|
2018-05-19 13:07:44 -04:00
|
|
|
|
2020-02-04 03:54:20 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.maven</groupId>
|
|
|
|
<artifactId>archiva-maven-repository</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-09-01 08:37:52 -04:00
|
|
|
|
2020-06-05 14:09:53 -04: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>
|
|
|
|
|
2005-11-29 02:46:08 -05:00
|
|
|
</dependencies>
|
2010-03-08 23:24:32 -05:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2011-11-22 09:17:04 -05:00
|
|
|
<plugin>
|
2010-03-08 23:24:32 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>test-repository</id>
|
2017-07-17 04:41:14 -04:00
|
|
|
<phase>process-test-classes</phase>
|
2010-03-08 23:24:32 -05:00
|
|
|
<goals>
|
|
|
|
<goal>unpack-dependencies</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<includeArtifactIds>test-repository</includeArtifactIds>
|
|
|
|
<outputDirectory>target/test-repository</outputDirectory>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
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>
|
2010-03-08 23:24:32 -05:00
|
|
|
</plugins>
|
|
|
|
</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>
|
2020-07-04 11:00:19 -04:00
|
|
|
<groupId>jakarta.annotation</groupId>
|
|
|
|
<artifactId>jakarta.annotation-api</artifactId>
|
2019-09-01 08:37:52 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2020-07-04 11:00:19 -04:00
|
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
|
|
<artifactId>jakarta.xml.bind-api</artifactId>
|
2019-09-01 08:37:52 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
|
2005-11-29 02:46:08 -05:00
|
|
|
</project>
|