2009-11-24 01:26:04 -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.
|
|
|
|
-->
|
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-11-24 01:26:04 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2014-03-31 09:23:20 -04:00
|
|
|
<artifactId>plugins</artifactId>
|
2017-05-12 15:36:19 -04:00
|
|
|
<version>2.2.4-SNAPSHOT</version>
|
2009-11-24 01:26:04 -05:00
|
|
|
</parent>
|
|
|
|
<artifactId>maven2-repository</artifactId>
|
2011-11-22 09:17:04 -05:00
|
|
|
<packaging>bundle</packaging>
|
2011-09-01 13:09:08 -04:00
|
|
|
<name>Archiva Core Plugins :: Maven 2.x Repository Support</name>
|
2009-11-24 01:26:04 -05:00
|
|
|
<dependencies>
|
2009-12-15 19:38:50 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2009-11-24 01:26:04 -05:00
|
|
|
<artifactId>metadata-model</artifactId>
|
|
|
|
</dependency>
|
2012-10-29 16:41:00 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>metadata-model-maven2</artifactId>
|
|
|
|
</dependency>
|
2009-11-24 19:45:57 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>metadata-repository-api</artifactId>
|
|
|
|
</dependency>
|
2012-03-11 19:58:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-maven2-metadata</artifactId>
|
|
|
|
</dependency>
|
2012-10-29 17:00:51 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-proxy-api</artifactId>
|
|
|
|
</dependency>
|
2011-06-15 05:36:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-proxy-common</artifactId>
|
2012-09-09 11:37:27 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2011-06-15 05:36:05 -04:00
|
|
|
</dependency>
|
2009-11-24 19:45:57 -05:00
|
|
|
<dependency>
|
2013-04-25 09:19:19 -04:00
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
2011-05-26 16:52:13 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-08-10 08:56:05 -04:00
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
|
<artifactId>guice</artifactId>
|
2013-09-02 03:47:03 -04:00
|
|
|
<classifier>no_aop</classifier>
|
2009-11-24 19:45:57 -05:00
|
|
|
</dependency>
|
2011-05-26 16:54:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-plexus-bridge</artifactId>
|
|
|
|
</dependency>
|
2009-11-24 19:45:57 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
2012-09-09 11:37:27 -04:00
|
|
|
<artifactId>commons-logging</artifactId>
|
2009-11-24 19:45:57 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model-builder</artifactId>
|
|
|
|
</dependency>
|
2009-12-01 11:01:31 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
</dependency>
|
2011-06-10 11:37:00 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2011-06-15 11:30:53 -04:00
|
|
|
<artifactId>maven-artifact-manager</artifactId>
|
2011-06-10 11:37:00 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2011-06-15 11:30:53 -04:00
|
|
|
<artifactId>maven-repository-metadata</artifactId>
|
2011-06-10 11:37:00 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2011-06-15 11:30:53 -04:00
|
|
|
<artifactId>maven-model</artifactId>
|
2011-06-10 11:37:00 -04:00
|
|
|
</dependency>
|
2012-08-02 12:22:37 -04:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-aether-provider</artifactId>
|
|
|
|
<version>${maven3x.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-impl</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-util</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-connector-file</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2009-11-24 19:45:57 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-configuration</artifactId>
|
2009-11-25 00:32:18 -05:00
|
|
|
</dependency>
|
2012-08-04 02:56:52 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-maven2-model</artifactId>
|
|
|
|
</dependency>
|
2011-06-15 05:36:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
|
|
</dependency>
|
2012-08-04 02:56:52 -04:00
|
|
|
<dependency>
|
2013-12-26 07:56:18 -05:00
|
|
|
<groupId>org.modelmapper</groupId>
|
|
|
|
<artifactId>modelmapper</artifactId>
|
2012-08-04 02:56:52 -04:00
|
|
|
</dependency>
|
2012-01-24 18:42:53 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2012-02-04 17:14:00 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2011-06-16 09:12:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2009-11-25 00:32:18 -05:00
|
|
|
<!-- TODO: aim to remove this dependency -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-xml-tools</artifactId>
|
2009-11-24 19:45:57 -05:00
|
|
|
</dependency>
|
2010-03-09 20:38:29 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>test-repository</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2015-10-01 01:53:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-mock</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2011-06-09 11:23:21 -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-09 11:23:21 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2011-06-15 05:36:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-02-04 17:14:00 -05:00
|
|
|
<dependency>
|
2014-03-25 02:29:30 -04:00
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
<artifactId>assertj-core</artifactId>
|
2012-02-04 17:14:00 -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>
|
2013-02-02 15:50:31 -05:00
|
|
|
<artifactId>log4j-1.2-api</artifactId>
|
2012-09-09 11:38:26 -04:00
|
|
|
</dependency>
|
|
|
|
|
2014-01-06 00:30:55 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2009-11-24 01:26:04 -05:00
|
|
|
</dependencies>
|
2010-03-09 20:38:29 -05:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2011-11-22 09:17:04 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<instructions>
|
|
|
|
<Bundle-SymbolicName>org.apache.archiva.maven2</Bundle-SymbolicName>
|
|
|
|
<Bundle-Version>${project.version}</Bundle-Version>
|
|
|
|
<Export-Package>
|
|
|
|
org.apache.archiva.dependency.tree.maven2;version=${project.version};-split-package:=merge-first,
|
|
|
|
org.apache.archiva.metadata.repository.storage.maven2;version=${project.version};-split-package:=merge-first,
|
|
|
|
</Export-Package>
|
|
|
|
<Import-Package>
|
|
|
|
!org.apache.archiva.metadata.repository.filter,
|
|
|
|
javax.annotation,
|
|
|
|
javax.xml.bind.annotation,
|
|
|
|
javax.inject,
|
2012-03-11 19:58:32 -04:00
|
|
|
org.apache.archiva.maven2.metadata*;version=${project.version},
|
|
|
|
org.apache.archiva.model*;version=${project.version},
|
2011-11-22 09:17:04 -05:00
|
|
|
org.apache.archiva.common*;version=${project.version},
|
|
|
|
org.apache.archiva.checksum;version=${project.version},
|
|
|
|
org.apache.archiva.configuration;version=${project.version},
|
|
|
|
org.apache.archiva.metadata.model;version=${project.version},
|
|
|
|
org.apache.archiva.metadata.repository;version=${project.version},
|
|
|
|
org.apache.archiva.metadata.repository.filter;version=${project.version},
|
|
|
|
org.apache.archiva.metadata.repository.storage;version=${project.version},
|
|
|
|
org.apache.archiva.proxy.common;version=${project.version},
|
|
|
|
org.apache.archiva.reports;version=${project.version},
|
|
|
|
org.apache.archiva.xml;version=${project.version},
|
2012-02-04 17:14:42 -05:00
|
|
|
org.apache.archiva.admin.model;version=${project.version},
|
|
|
|
org.apache.archiva.admin.model.beans;version=${project.version},
|
|
|
|
org.apache.archiva.admin.model.managed;version=${project.version},
|
|
|
|
org.apache.archiva.admin.model.networkproxy;version=${project.version},
|
|
|
|
org.apache.archiva.admin.model.proxyconnector;version=${project.version},
|
|
|
|
org.apache.archiva.admin.model.remote;version=${project.version},
|
2011-11-22 09:17:04 -05:00
|
|
|
org.apache.commons.collections;version="[3.2,4)",
|
|
|
|
org.apache.commons.io*;version="[1.4,2)",
|
|
|
|
org.apache.commons.configuration;version="[1.4,2)",
|
|
|
|
org.apache.commons.lang*;version="[2.4,3)",
|
|
|
|
org.apache.maven.artifact*,
|
|
|
|
org.apache.maven.model*,
|
|
|
|
org.apache.maven.wagon*,
|
|
|
|
org.codehaus.plexus*,
|
2012-04-02 11:02:12 -04:00
|
|
|
com.google.common.io,
|
2011-11-22 09:17:04 -05:00
|
|
|
org.springframework*;version="[3,4)",
|
2012-08-02 09:19:23 -04:00
|
|
|
org.slf4j;resolution:=optional,
|
2012-08-02 12:23:18 -04:00
|
|
|
org.apache.maven.repository.internal,
|
|
|
|
org.sonatype.aether.connector.file,
|
|
|
|
org.sonatype.aether.impl,
|
|
|
|
org.sonatype.aether.spi.connector,
|
|
|
|
org.sonatype.aether.transfer,
|
2012-08-02 09:19:23 -04:00
|
|
|
org.sonatype.aether,
|
|
|
|
org.sonatype.aether.artifact,
|
|
|
|
org.sonatype.aether.collection,
|
|
|
|
org.sonatype.aether.graph,
|
|
|
|
org.sonatype.aether.impl.internal,
|
|
|
|
org.sonatype.aether.repository,
|
|
|
|
org.sonatype.aether.util,
|
2012-08-04 02:57:05 -04:00
|
|
|
org.sonatype.aether.util.artifact,
|
2013-12-26 07:56:18 -05:00
|
|
|
org.modelmapper,
|
2014-01-07 04:28:05 -05:00
|
|
|
org.modelmapper.config,
|
|
|
|
org.modelmapper.convention,
|
|
|
|
org.modelmapper.spi,
|
2012-08-04 02:57:05 -04:00
|
|
|
org.apache.archiva.maven2.model,
|
2012-10-29 16:41:00 -04:00
|
|
|
org.sonatype.aether.util.graph.selector,
|
|
|
|
org.apache.archiva.metadata.model.maven2,
|
|
|
|
org.apache.archiva.policies,
|
|
|
|
org.apache.archiva.proxy,
|
|
|
|
org.apache.archiva.repository,
|
|
|
|
org.apache.archiva.repository.content,
|
2012-10-29 17:04:18 -04:00
|
|
|
org.apache.archiva.repository.layout,
|
|
|
|
org.apache.archiva.proxy.model
|
2011-11-22 09:17:04 -05:00
|
|
|
</Import-Package>
|
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2010-03-09 20:38:29 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>test-repository</id>
|
|
|
|
<phase>generate-test-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>unpack-dependencies</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<includeArtifactIds>test-repository</includeArtifactIds>
|
|
|
|
<outputDirectory>target/test-repository</outputDirectory>
|
|
|
|
<excludes>META-INF/**</excludes>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2011-08-25 04:42:50 -04:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<!-- TODO: move repo into a subdirectory -->
|
|
|
|
<exclude>src/test/resources/com/**</exclude>
|
|
|
|
<exclude>src/test/resources/commons-io/**</exclude>
|
2012-10-29 17:04:07 -04:00
|
|
|
<exclude>src/test/resources/test-repo/**</exclude>
|
|
|
|
<exclude>src/test/resources/m1-repo-filelist.txt</exclude>
|
|
|
|
<exclude>src/test/repositories/**</exclude>
|
|
|
|
<exclude>src/test/expected-poms/**</exclude>
|
2017-04-14 12:45:49 -04:00
|
|
|
<exclude>src/test/resources/resolver-status.properties</exclude>
|
|
|
|
<exclude>src/test/resources/test01.properties</exclude>
|
2011-08-25 04:42:50 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2010-03-09 20:38:29 -05:00
|
|
|
</build>
|
2009-11-24 01:26:04 -05:00
|
|
|
</project>
|