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
|
|
|
-->
|
|
|
|
|
|
|
|
<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>
|
2006-08-26 05:47:59 +00:00
|
|
|
<artifactId>archiva</artifactId>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
2006-06-08 07:15:34 +00:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2006-08-26 05:47:59 +00:00
|
|
|
<artifactId>archiva-core</artifactId>
|
|
|
|
<name>Archiva Core</name>
|
2006-06-08 07:15:34 +00:00
|
|
|
<dependencies>
|
2006-07-20 03:10:39 +00:00
|
|
|
<dependency>
|
2006-08-26 05:47:59 +00:00
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-configuration</artifactId>
|
2006-07-20 03:10:39 +00:00
|
|
|
</dependency>
|
2006-06-15 06:16:10 +00:00
|
|
|
<dependency>
|
2006-08-26 05:47:59 +00:00
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-converter</artifactId>
|
2006-06-15 06:16:10 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2006-08-26 05:47:59 +00:00
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-discoverer</artifactId>
|
2006-06-15 06:16:10 +00:00
|
|
|
</dependency>
|
2006-08-12 04:31:55 +00:00
|
|
|
<dependency>
|
2006-08-26 05:47:59 +00:00
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-proxy</artifactId>
|
2006-08-12 04:31:55 +00:00
|
|
|
</dependency>
|
2006-06-15 06:16:10 +00:00
|
|
|
<dependency>
|
2006-08-26 05:47:59 +00:00
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-reports-standard</artifactId>
|
2006-07-20 03:10:39 +00:00
|
|
|
</dependency>
|
2007-01-18 20:39:19 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-api</artifactId>
|
|
|
|
</dependency>
|
2006-07-20 03:10:39 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-quartz</artifactId>
|
2007-02-12 22:32:20 +00:00
|
|
|
<version>1.0-alpha-3</version>
|
2006-07-20 03:10:39 +00:00
|
|
|
</dependency>
|
2007-02-05 00:30:59 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.cache</groupId>
|
|
|
|
<artifactId>plexus-cache-ehcache</artifactId>
|
|
|
|
<version>1.0-alpha-1-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2006-10-25 03:18:54 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-taskqueue</artifactId>
|
2007-02-12 22:32:20 +00:00
|
|
|
<version>1.0-alpha-6</version>
|
2006-10-25 03:18:54 +00:00
|
|
|
</dependency>
|
2006-12-01 23:44:12 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
</dependency>
|
2007-02-15 10:37:16 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.registry</groupId>
|
|
|
|
<artifactId>plexus-registry-commons</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2007-01-18 20:39:19 +00:00
|
|
|
<!-- needed for PlexusTestCase -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2006-06-08 07:15:34 +00:00
|
|
|
</dependencies>
|
2006-08-26 04:49:08 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
|
|
<!-- TODO! add unit tests -->
|
|
|
|
<configuration>
|
|
|
|
<instrumentation>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</instrumentation>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2006-06-08 07:15:34 +00:00
|
|
|
</project>
|