2006-10-26 09:15:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-01-15 21:34:03 +00:00
|
|
|
<!--
|
2006-12-23 06:39:46 +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
|
2006-01-15 21:34:03 +00:00
|
|
|
~
|
2006-12-23 06:39:46 +00:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2006-01-15 21:34:03 +00:00
|
|
|
~
|
2006-12-23 06:39:46 +00: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.
|
2006-01-15 21:34:03 +00:00
|
|
|
-->
|
|
|
|
|
2007-06-01 17:10:13 +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/maven-v4_0_0.xsd">
|
2006-01-15 21:34:03 +00:00
|
|
|
<parent>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-25 22:02:35 +00:00
|
|
|
<artifactId>archiva-base</artifactId>
|
2014-03-26 02:40:25 +00:00
|
|
|
<version>2.0.2-SNAPSHOT</version>
|
2006-01-15 21:34:03 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2006-08-26 05:47:59 +00:00
|
|
|
<artifactId>archiva-converter</artifactId>
|
2011-11-22 14:17:04 +00:00
|
|
|
<packaging>bundle</packaging>
|
2007-03-22 22:03:11 +00:00
|
|
|
<name>Archiva Base :: Repository Converter</name>
|
2006-01-15 21:34:03 +00:00
|
|
|
<dependencies>
|
2007-03-15 16:48:40 +00:00
|
|
|
<dependency>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-03-15 16:48:40 +00:00
|
|
|
<artifactId>archiva-consumer-api</artifactId>
|
|
|
|
</dependency>
|
2007-04-25 21:51:17 +00:00
|
|
|
<dependency>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-05-29 15:13:29 +00:00
|
|
|
<artifactId>archiva-artifact-converter</artifactId>
|
2007-02-23 19:05:21 +00:00
|
|
|
</dependency>
|
2006-02-22 04:24:36 +00:00
|
|
|
<dependency>
|
2008-04-07 13:04:30 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
2012-09-09 15:37:27 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2006-01-15 21:34:03 +00:00
|
|
|
</dependency>
|
2009-10-16 12:35:38 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-scanner</artifactId>
|
|
|
|
</dependency>
|
2011-05-26 20:54:42 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-plexus-bridge</artifactId>
|
|
|
|
</dependency>
|
2011-06-15 11:03:10 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-common</artifactId>
|
|
|
|
</dependency>
|
2012-10-29 20:41:00 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>maven2-repository</artifactId>
|
|
|
|
</dependency>
|
2006-01-27 04:35:37 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-i18n</artifactId>
|
|
|
|
</dependency>
|
2012-01-24 23:42:53 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2012-02-04 22:37:03 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2009-03-14 02:33:57 +00:00
|
|
|
<dependency>
|
2012-07-02 07:36:23 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2012-07-02 07:40:05 +00:00
|
|
|
<artifactId>archiva-test-utils</artifactId>
|
2012-07-02 07:36:23 +00:00
|
|
|
<version>${project.version}</version>
|
2009-03-14 02:33:57 +00:00
|
|
|
<scope>test</scope>
|
2014-01-06 05:30:55 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2006-01-15 21:34:03 +00:00
|
|
|
</dependencies>
|
2011-08-25 08:42:50 +00:00
|
|
|
<build>
|
2011-11-22 14:17:04 +00:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<instructions>
|
|
|
|
<Bundle-SymbolicName>org.apache.archiva.converter</Bundle-SymbolicName>
|
|
|
|
<Bundle-Version>${project.version}</Bundle-Version>
|
|
|
|
<Export-Package>
|
|
|
|
org.apache.archiva.converter*;version=${project.version};-split-package:=merge-first
|
|
|
|
</Export-Package>
|
|
|
|
<Import-Package>
|
|
|
|
javax.annotation,
|
|
|
|
javax.inject,
|
|
|
|
org.apache.archiva.admin.model.beans;version=${project.version},
|
|
|
|
org.apache.archiva.common.plexusbridge;version=${project.version},
|
|
|
|
org.apache.archiva.common.utils;version=${project.version},
|
|
|
|
org.apache.archiva.model;version=${project.version},
|
|
|
|
org.apache.archiva.consumers;version=${project.version},
|
|
|
|
org.apache.archiva.repository;version=${project.version},
|
|
|
|
org.apache.archiva.repository.content;version=${project.version},
|
|
|
|
org.apache.archiva.repository.layout;version=${project.version},
|
|
|
|
org.apache.archiva.repository.scanner;version=${project.version},
|
|
|
|
org.apache.archiva.transaction;version=${project.version},
|
|
|
|
org.apache.commons.io;version="[1.4,2)",
|
|
|
|
org.springframework*;version="[3,4)",
|
|
|
|
org.apache.maven.artifact*,
|
|
|
|
org.apache.maven.model*,
|
|
|
|
org.codehaus.plexus.digest,
|
|
|
|
org.codehaus.plexus.util*,
|
2012-10-29 20:41:00 +00:00
|
|
|
org.apache.archiva.repository.content.maven2,
|
2011-11-22 14:17:04 +00:00
|
|
|
org.slf4j;resolution:=optional
|
|
|
|
</Import-Package>
|
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2011-08-25 08:42:50 +00:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>src/test/expected-files/**</exclude>
|
|
|
|
<exclude>src/test/source-repository/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
2006-01-15 21:34:03 +00:00
|
|
|
</project>
|