2007-04-03 11:21:33 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-08-25 04:42:50 -04: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
|
|
|
|
~
|
|
|
|
~ 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-19 12:16:20 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2007-04-03 11:21:33 -04:00
|
|
|
<parent>
|
2009-11-19 12:16:20 -05:00
|
|
|
<artifactId>archiva-scheduler</artifactId>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2014-03-25 22:40:25 -04:00
|
|
|
<version>2.0.2-SNAPSHOT</version>
|
2007-04-03 11:21:33 -04:00
|
|
|
</parent>
|
2009-11-19 12:16:20 -05:00
|
|
|
<artifactId>archiva-scheduler-repository</artifactId>
|
2011-11-22 09:17:04 -05:00
|
|
|
<packaging>bundle</packaging>
|
2011-09-01 13:09:08 -04:00
|
|
|
<name>Archiva Scheduler :: Repository Scanning</name>
|
2007-04-03 11:21:33 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2009-11-19 12:16:20 -05:00
|
|
|
<artifactId>archiva-scheduler-api</artifactId>
|
2007-04-03 11:21:33 -04:00
|
|
|
</dependency>
|
2012-10-29 16:58:54 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-scheduler-repository-api</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2012-04-03 12:39:26 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
2011-05-27 13:26:26 -04:00
|
|
|
<dependency>
|
2012-04-11 17:46:31 -04:00
|
|
|
<groupId>org.apache.archiva.redback.components</groupId>
|
2011-05-27 13:26:26 -04: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>
|
2007-04-11 13:38:45 -04:00
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2009-12-07 17:32:10 -05:00
|
|
|
<artifactId>repository-statistics</artifactId>
|
2007-04-11 13:38:45 -04:00
|
|
|
</dependency>
|
2007-04-12 13:03:26 -04:00
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2009-12-07 17:32:10 -05:00
|
|
|
<artifactId>archiva-configuration</artifactId>
|
2007-04-12 13:03:26 -04:00
|
|
|
</dependency>
|
2009-10-16 08:35:38 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-scanner</artifactId>
|
|
|
|
</dependency>
|
2012-10-29 16:58:04 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>maven2-repository</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</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:17:53 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2009-12-07 17:32:10 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
|
|
|
<scope>test</scope>
|
2012-09-09 11:37:27 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2009-12-07 17:32:10 -05:00
|
|
|
</dependency>
|
2008-04-09 13:19:31 -04:00
|
|
|
<dependency>
|
2009-11-19 12:16:20 -05:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
2009-05-24 02:11:19 -04:00
|
|
|
</dependency>
|
2007-04-11 17:32:32 -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>
|
2007-04-11 17:32:32 -04:00
|
|
|
<scope>test</scope>
|
2012-07-02 03:36:23 -04:00
|
|
|
</dependency>
|
2010-12-29 01:14:04 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-01-06 00:30:55 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2007-04-03 11:21:33 -04:00
|
|
|
</dependencies>
|
2011-08-25 04:42:50 -04:00
|
|
|
<build>
|
2011-11-22 09:17:04 -05:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<instructions>
|
|
|
|
<Bundle-SymbolicName>org.apache.archiva.scheduler.repository</Bundle-SymbolicName>
|
|
|
|
<Bundle-Version>${project.version}</Bundle-Version>
|
|
|
|
<Export-Package>
|
|
|
|
org.apache.archiva.scheduler.repository;version=${project.version}
|
|
|
|
</Export-Package>
|
|
|
|
<Import-Package>
|
|
|
|
javax.annotation,
|
|
|
|
javax.inject,
|
|
|
|
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.common;version=${project.version},
|
|
|
|
org.apache.archiva.configuration;version=${project.version},
|
|
|
|
org.apache.archiva.metadata.repository*;version=${project.version},
|
|
|
|
org.apache.archiva.repository.scanner;version=${project.version},
|
2012-10-29 17:06:27 -04:00
|
|
|
org.apache.archiva.scheduler.repository.model;version=${project.version},
|
2011-11-22 09:17:04 -05:00
|
|
|
org.apache.archiva.scheduler;version=${project.version},
|
|
|
|
org.apache.commons.lang;version="[2.4,3)",
|
|
|
|
org.codehaus.plexus.personality.plexus.lifecycle.phase,
|
2012-04-13 18:10:42 -04:00
|
|
|
org.apache.archiva.redback.components.taskqueue*,
|
2012-04-12 05:36:55 -04:00
|
|
|
org.apache.archiva.redback.components.scheduler,
|
2011-11-22 09:17:04 -05:00
|
|
|
org.quartz*;version="[2,3)",
|
|
|
|
org.springframework*;version="[3,4)",
|
2012-12-19 10:35:21 -05:00
|
|
|
org.slf4j;resolution:=optional,
|
|
|
|
org.apache.commons.lang.time
|
2011-11-22 09:17:04 -05:00
|
|
|
</Import-Package>
|
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
</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>
|
|
|
|
<exclude>src/test/resources/test-repo/**</exclude>
|
|
|
|
<exclude>src/test/repositories/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2014-03-28 07:43:24 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<archiva.repositorySessionFactory.id>test</archiva.repositorySessionFactory.id>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2011-08-25 04:42:50 -04:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
2007-04-03 11:21:33 -04:00
|
|
|
</project>
|