2012-01-09 07:49:13 -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.
|
|
|
|
-->
|
2012-10-03 10:23:19 -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">
|
2012-01-09 07:49:13 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-web</artifactId>
|
2017-05-18 01:04:58 -04:00
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
2012-01-09 07:49:13 -05:00
|
|
|
</parent>
|
|
|
|
|
2012-01-09 07:51:28 -05:00
|
|
|
<artifactId>archiva-web-common</artifactId>
|
2012-10-05 15:48:15 -04:00
|
|
|
<packaging>jar</packaging>
|
2012-01-09 07:51:28 -05:00
|
|
|
<name>Archiva Web :: Web Common</name>
|
2012-01-09 07:49:13 -05:00
|
|
|
|
2012-10-05 15:48:15 -04:00
|
|
|
<properties>
|
|
|
|
<enunciate.docsDir>${project.build.outputDirectory}/rest-docs-archiva-ui</enunciate.docsDir>
|
2018-11-04 07:34:47 -05:00
|
|
|
<site.staging.base>${project.parent.parent.basedir}</site.staging.base>
|
2012-10-05 15:48:15 -04:00
|
|
|
</properties>
|
|
|
|
|
2012-01-09 07:49:13 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>metadata-repository-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-configuration</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-security-common</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-rss</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-security</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2012-04-06 13:57:23 -04:00
|
|
|
<groupId>org.apache.archiva.redback</groupId>
|
2012-01-09 07:49:13 -05:00
|
|
|
<artifactId>redback-common-integrations</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-plexus-bridge</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-scheduler-repository</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2012-04-06 13:57:23 -04:00
|
|
|
<groupId>org.apache.archiva.redback</groupId>
|
2012-01-09 07:49:13 -05:00
|
|
|
<artifactId>redback-rbac-model</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2012-04-06 13:57:23 -04:00
|
|
|
<groupId>org.apache.archiva.redback</groupId>
|
2012-01-09 07:49:13 -05:00
|
|
|
<artifactId>redback-rbac-role-manager</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2012-04-06 13:57:23 -04:00
|
|
|
<groupId>org.apache.archiva.redback</groupId>
|
2012-01-09 07:49:13 -05:00
|
|
|
<artifactId>redback-system</artifactId>
|
|
|
|
</dependency>
|
2012-10-05 15:48:15 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-rest-api</artifactId>
|
2012-10-05 15:48:34 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-server</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-continuation</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-http</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-io</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-security</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-servlet_3.0_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-javamail_1.4_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-servlet_2.5_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2012-10-05 15:48:15 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-rest-services</artifactId>
|
2012-10-05 15:48:34 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-server</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-continuation</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-http</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-io</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-security</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-servlet_3.0_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-javamail_1.4_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-servlet_2.5_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2012-10-05 15:48:15 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>audit</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
2015-02-07 07:02:56 -05:00
|
|
|
<artifactId>javax.ws.rs-api</artifactId>
|
2012-10-05 15:48:15 -04:00
|
|
|
</dependency>
|
2012-01-09 07:49:13 -05:00
|
|
|
<dependency>
|
2012-04-13 17:39:10 -04:00
|
|
|
<groupId>org.apache.archiva.redback.components</groupId>
|
2012-01-09 07:49:13 -05:00
|
|
|
<artifactId>spring-taskqueue</artifactId>
|
2019-09-01 15:01:33 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.annotation</groupId>
|
|
|
|
<artifactId>jsr250-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2012-01-09 07:49:13 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2012-04-11 17:46:31 -04:00
|
|
|
<groupId>org.apache.archiva.redback.components</groupId>
|
2012-01-09 07:49:13 -05:00
|
|
|
<artifactId>spring-quartz</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
<artifactId>quartz</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>c3p0</groupId>
|
|
|
|
<artifactId>c3p0</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.transaction</groupId>
|
|
|
|
<artifactId>jta</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context-support</artifactId>
|
|
|
|
</dependency>
|
2012-10-05 15:48:15 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
2017-05-11 07:38:51 -04:00
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
2012-10-05 15:48:15 -04:00
|
|
|
</dependency>
|
2012-01-09 07:49:13 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
</dependency>
|
2019-09-02 10:51:46 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-text</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2017-05-12 02:19:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.mail</groupId>
|
|
|
|
<artifactId>mail</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2012-01-09 07:49:13 -05: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>
|
2012-01-09 07:49:13 -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>
|
2012-11-15 04:14:49 -05:00
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
2012-09-09 11:38:26 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-07-02 03:36:23 -04:00
|
|
|
<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>
|
|
|
|
<scope>test</scope>
|
2012-07-30 13:27:33 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2015-02-11 06:32:54 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jul-to-slf4j</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-01-25 03:38:53 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2012-02-04 17:17:53 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-09-13 07:34:33 -04:00
|
|
|
|
2015-02-11 05:40:24 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
<artifactId>cxf-rt-rs-client</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2012-09-13 07:34:33 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-server</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-plus</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-09-25 06:54:39 -04:00
|
|
|
<!-- override transitive from cxf -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
2018-12-31 00:57:55 -05:00
|
|
|
<version>${jetty.version}</version>
|
2012-09-25 06:54:39 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-10-05 15:48:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-io</artifactId>
|
2018-12-31 00:57:55 -05:00
|
|
|
<version>${jetty.version}</version>
|
2012-10-05 15:48:34 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-09-25 06:54:39 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-security</artifactId>
|
2018-12-31 00:57:55 -05:00
|
|
|
<version>${jetty.version}</version>
|
2012-09-25 06:54:39 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-09-13 07:34:33 -04:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.redback</groupId>
|
|
|
|
<artifactId>redback-rest-services</artifactId>
|
|
|
|
<classifier>tests</classifier>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2016-12-30 09:35:19 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.redback</groupId>
|
|
|
|
<artifactId>redback-keys-jpa</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2012-09-13 07:34:33 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva.redback</groupId>
|
|
|
|
<artifactId>redback-rest-services</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-webdav</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-admin-default</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>metadata-store-jcr</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2013-01-29 05:52:46 -05:00
|
|
|
<dependency>
|
2014-03-25 02:29:30 -04:00
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
<artifactId>assertj-core</artifactId>
|
2013-01-29 05:52:46 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-10-05 15:48:34 -04:00
|
|
|
|
2016-12-30 09:35:19 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.hsqldb</groupId>
|
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jaxb</groupId>
|
|
|
|
<artifactId>jaxb-runtime</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>
|
|
|
|
|
2012-01-09 07:49:13 -05:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
</resource>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/filtered-resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
2012-09-13 07:34:33 -04:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>src/test/repositories/test-repo/**</exclude>
|
2013-12-09 06:21:36 -05:00
|
|
|
<exclude>src/test/repositories/snapshot-repo/**</exclude>
|
2012-09-13 07:34:33 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2012-01-09 07:49:13 -05:00
|
|
|
<plugins>
|
2018-12-31 02:00:54 -05:00
|
|
|
|
2012-01-09 07:49:13 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>test-jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
2017-08-14 07:38:49 -04:00
|
|
|
<reuseForks>false</reuseForks>
|
2018-03-24 12:41:50 -04:00
|
|
|
<!--
|
2017-08-01 00:33:46 -04:00
|
|
|
<argLine>-Xms1024m -Xmx2048m -server -XX:MaxPermSize=256m @{jacocoproperty}</argLine>
|
2018-03-24 12:41:50 -04:00
|
|
|
-->
|
|
|
|
<argLine>-Xms1024m -Xmx2048m -server -XX:MaxPermSize=256m</argLine>
|
2012-01-09 07:49:13 -05:00
|
|
|
<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>
|
|
|
|
<archiva.user.configFileName>${basedir}/target/archiva.xml</archiva.user.configFileName>
|
|
|
|
<test.resources.path>${project.build.testOutputDirectory}</test.resources.path>
|
|
|
|
<redback.jdbc.url>${redbackTestJdbcUrl}</redback.jdbc.url>
|
|
|
|
<redback.jdbc.driver.name>${redbackTestJdbcDriver}</redback.jdbc.driver.name>
|
|
|
|
<basedir>${basedir}</basedir>
|
2012-10-05 15:48:34 -04:00
|
|
|
<expectedVersion>${project.version}</expectedVersion>
|
|
|
|
<archiva.logMissingI18n>true</archiva.logMissingI18n>
|
2013-08-10 08:56:05 -04:00
|
|
|
<java.awt.headless>true</java.awt.headless>
|
2014-03-30 21:30:34 -04:00
|
|
|
<archiva.repositorySessionFactory.id>test</archiva.repositorySessionFactory.id>
|
2017-05-21 11:39:07 -04:00
|
|
|
<openjpa.Log>${openjpa.Log}</openjpa.Log>
|
2012-01-09 07:49:13 -05:00
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2017-06-13 16:48:31 -04:00
|
|
|
<!-- Conflicts with the client libraries. Found no other exclude entry that worked -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
2017-06-14 03:25:24 -04:00
|
|
|
<version>${jacoco.plugin.version}</version>
|
2017-06-13 16:48:31 -04:00
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/*org/apache/archiva/web/model/*</exclude>
|
|
|
|
<exclude>**/archiva-web-common-json-client.jar*</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2012-01-09 07:49:13 -05:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2019-01-20 16:20:25 -05:00
|
|
|
<!--
|
|
|
|
The jaxb dependency is needed by the enunciate plugin starting with JDK9.
|
|
|
|
Adding to the plugin dependency is not sufficient, so I have to add it as project dependency.
|
|
|
|
Using provided scope to avoid adding it to packaging.
|
|
|
|
-->
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>jdk9+</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>[1.9,)</jdk>
|
|
|
|
</activation>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
<version>2.3.0</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
|
2012-01-09 07:49:13 -05:00
|
|
|
</project>
|