2006-10-26 09:15:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
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-10-26 09:15:23 +00:00
|
|
|
~
|
2006-12-23 06:39:46 +00:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2006-10-26 09:15:23 +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-10-26 09:15:23 +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-06-08 07:15:34 +00:00
|
|
|
<parent>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-03-22 22:03:11 +00:00
|
|
|
<artifactId>archiva-base</artifactId>
|
2012-10-03 14:23:47 +00:00
|
|
|
<version>1.4-M4-SNAPSHOT</version>
|
2006-06-08 07:15:34 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2006-08-26 05:47:59 +00:00
|
|
|
<artifactId>archiva-configuration</artifactId>
|
2011-11-22 14:17:04 +00:00
|
|
|
<packaging>bundle</packaging>
|
2007-03-22 22:03:11 +00:00
|
|
|
<name>Archiva Base :: Configuration</name>
|
2006-06-08 07:15:34 +00:00
|
|
|
<dependencies>
|
2007-02-09 15:39:41 +00:00
|
|
|
<dependency>
|
2012-04-12 09:07:11 +00:00
|
|
|
<groupId>org.apache.archiva.redback.components.registry</groupId>
|
2011-05-19 22:20:55 +00:00
|
|
|
<artifactId>spring-registry-api</artifactId>
|
2012-09-14 11:25:44 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2007-02-09 15:39:41 +00:00
|
|
|
</dependency>
|
2007-06-18 00:54:16 +00:00
|
|
|
<dependency>
|
2012-04-12 09:07:11 +00:00
|
|
|
<groupId>org.apache.archiva.redback.components.registry</groupId>
|
2011-05-19 22:20:55 +00:00
|
|
|
<artifactId>spring-registry-commons</artifactId>
|
2012-09-14 11:25:44 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2007-06-18 00:54:16 +00:00
|
|
|
</dependency>
|
2011-05-20 20:08:12 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-configuration</groupId>
|
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
<artifactId>commons-beanutils-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<!-- targeting JDK 1.4, xml parser/apis not needed -->
|
|
|
|
<exclusion>
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
<artifactId>xerces</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>xalan</groupId>
|
|
|
|
<artifactId>xalan</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>xml-apis</groupId>
|
|
|
|
<artifactId>xml-apis</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>servletapi</groupId>
|
|
|
|
<artifactId>servletapi</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>ant</groupId>
|
|
|
|
<artifactId>ant-optional</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2012-04-03 17:24:50 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
</dependency>
|
2011-05-20 20:08:12 +00:00
|
|
|
<dependency>
|
2012-04-13 19:45:22 +00:00
|
|
|
<groupId>org.apache.archiva.redback.components</groupId>
|
2011-05-20 20:08:12 +00:00
|
|
|
<artifactId>spring-utils</artifactId>
|
|
|
|
</dependency>
|
2007-10-12 01:26:06 +00:00
|
|
|
<dependency>
|
2012-04-17 21:23:33 +00:00
|
|
|
<groupId>org.apache.archiva.redback.components</groupId>
|
2012-04-19 09:10:13 +00:00
|
|
|
<artifactId>expression-evaluator</artifactId>
|
2012-04-17 21:38:49 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2007-10-12 01:26:06 +00:00
|
|
|
</dependency>
|
2007-05-17 22:16:57 +00:00
|
|
|
<dependency>
|
2008-04-07 13:04:30 +00:00
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-policies</artifactId>
|
2007-05-17 22:16:57 +00:00
|
|
|
</dependency>
|
2011-06-16 13:12:22 +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>
|
2012-07-02 07:36:23 +00:00
|
|
|
</dependency>
|
2006-06-08 07:15:34 +00:00
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>java</goal>
|
|
|
|
</goals>
|
2009-02-12 06:47:36 +00:00
|
|
|
</execution>
|
2009-03-06 09:44:47 +00:00
|
|
|
<execution>
|
2009-12-16 06:44:32 +00:00
|
|
|
<id>archiva-registry-reader</id>
|
2009-02-12 06:47:36 +00:00
|
|
|
<goals>
|
2009-03-06 09:44:47 +00:00
|
|
|
<goal>generate</goal>
|
2009-02-12 06:47:36 +00:00
|
|
|
</goals>
|
|
|
|
<configuration>
|
2009-03-06 09:44:47 +00:00
|
|
|
<generatorId>registry-reader</generatorId>
|
2009-02-12 06:47:36 +00:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
2009-03-06 09:44:47 +00:00
|
|
|
<execution>
|
2009-12-16 06:44:32 +00:00
|
|
|
<id>archiva-registry-writer</id>
|
2009-02-12 06:47:36 +00:00
|
|
|
<goals>
|
2009-03-06 09:44:47 +00:00
|
|
|
<goal>generate</goal>
|
2009-02-12 06:47:36 +00:00
|
|
|
</goals>
|
|
|
|
<configuration>
|
2009-03-06 09:44:47 +00:00
|
|
|
<generatorId>registry-writer</generatorId>
|
2009-02-12 06:47:36 +00:00
|
|
|
</configuration>
|
2006-06-08 07:15:34 +00:00
|
|
|
</execution>
|
2012-11-14 20:33:52 +00:00
|
|
|
<execution>
|
|
|
|
<id>site-docs</id>
|
|
|
|
<phase>pre-site</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>xdoc</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
2006-06-08 07:15:34 +00:00
|
|
|
</executions>
|
|
|
|
<configuration>
|
2012-02-04 22:04:51 +00:00
|
|
|
<version>1.4.1</version>
|
2009-03-06 09:44:47 +00:00
|
|
|
<models>
|
2009-02-12 06:47:36 +00:00
|
|
|
<model>src/main/mdo/configuration.mdo</model>
|
2009-03-06 09:44:47 +00:00
|
|
|
</models>
|
2006-06-08 07:15:34 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2011-05-20 20:08:12 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<basedir>${basedir}</basedir>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2011-11-22 14:17:04 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<instructions>
|
|
|
|
<Bundle-SymbolicName>org.apache.archiva.configuration</Bundle-SymbolicName>
|
|
|
|
<Bundle-Version>${project.version}</Bundle-Version>
|
|
|
|
<Export-Package>
|
|
|
|
org.apache.archiva.configuration*;version=${project.version}
|
|
|
|
</Export-Package>
|
|
|
|
<Import-Package>
|
|
|
|
javax.annotation,
|
|
|
|
javax.inject,
|
|
|
|
org.apache.archiva.common;version=${project.version},
|
|
|
|
org.apache.archiva.policies;version=${project.version},
|
|
|
|
org.apache.commons.collections;version="[3.2,4)",
|
|
|
|
org.apache.commons.lang;version="[2.4,3)",
|
|
|
|
org.apache.commons.configuration;version="[1.3,2)",
|
|
|
|
org.apache.commons.io;version="[1.4,2)",
|
2012-04-21 15:49:57 +00:00
|
|
|
org.apache.archiva.redback.components.evaluator*,
|
2012-04-12 15:09:01 +00:00
|
|
|
org.apache.archiva.redback.components.registry,
|
2011-11-22 14:17:04 +00:00
|
|
|
org.codehaus.plexus.util,
|
2012-04-03 17:24:50 +00:00
|
|
|
org.apache.tools.ant.types.selectors,
|
2012-04-12 15:09:01 +00:00
|
|
|
org.apache.archiva.redback.components.registry,
|
2012-04-12 16:34:08 +00:00
|
|
|
org.apache.archiva.redback.components.registry.commons,
|
2012-04-13 19:46:08 +00:00
|
|
|
org.apache.archiva.redback.components.springutils,
|
2011-11-22 14:17:04 +00:00
|
|
|
org.springframework.stereotype;version="[3,4)",
|
|
|
|
org.slf4j;resolution:=optional
|
|
|
|
</Import-Package>
|
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2006-06-08 07:15:34 +00:00
|
|
|
</plugins>
|
2011-08-25 08:42:50 +00:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
2011-10-01 05:17:00 +00:00
|
|
|
<exclude>src/main/resources/org/apache/archiva/configuration/default-archiva.xml</exclude>
|
2011-08-25 08:42:50 +00:00
|
|
|
<exclude>src/test/conf/maven-proxy-complete.conf</exclude>
|
2011-10-01 05:17:00 +00:00
|
|
|
<exclude>src/test/resources/org/apache/archiva/configuration/test-default-archiva.xml</exclude>
|
2012-09-01 14:42:09 +00:00
|
|
|
<exclude>nbactions.xml</exclude>
|
2011-08-25 08:42:50 +00:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2006-06-08 07:15:34 +00:00
|
|
|
</build>
|
|
|
|
</project>
|