2006-05-25 19:10:58 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2007-05-22 12:06:58 -04:00
|
|
|
|
2005-12-29 23:37:28 -05:00
|
|
|
<!--
|
2007-05-22 12:06:58 -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.
|
|
|
|
-->
|
|
|
|
|
2007-05-13 19:01:31 -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/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
|
|
|
<version>5</version>
|
|
|
|
<relativePath>../pom/maven/pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-parent</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Archiva</name>
|
2007-06-01 13:10:47 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
<description>
|
2007-04-12 13:04:16 -04:00
|
|
|
Archiva is an application for managing one or more remote
|
|
|
|
repositories, including administration, artifact handling,
|
|
|
|
browsing and searching.
|
|
|
|
</description>
|
2007-05-13 19:01:31 -04:00
|
|
|
<url>http://maven.apache.org/archiva</url>
|
|
|
|
<issueManagement>
|
|
|
|
<system>jira</system>
|
|
|
|
<url>http://jira.codehaus.org/browse/MRM</url>
|
|
|
|
</issueManagement>
|
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>Maven Archiva User List</name>
|
|
|
|
<subscribe>archiva-users-subscribe@maven.apache.org</subscribe>
|
2007-06-01 16:36:05 -04:00
|
|
|
<unsubscribe>archiva-users-unsubscribe@maven.apache.org</unsubscribe>
|
2007-05-13 19:01:31 -04:00
|
|
|
<post>archiva-users@maven.apache.org</post>
|
2007-06-01 16:36:05 -04:00
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive>
|
2007-05-13 19:01:31 -04:00
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Maven Archiva Developer List</name>
|
|
|
|
<subscribe>archiva-dev-subscribe@maven.apache.org</subscribe>
|
2007-06-01 16:36:05 -04:00
|
|
|
<unsubscribe>archiva-dev-unsubscribe@maven.apache.org</unsubscribe>
|
2007-05-13 19:01:31 -04:00
|
|
|
<post>archiva-dev@maven.apache.org</post>
|
2007-06-01 16:36:05 -04:00
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive>
|
2007-05-13 19:01:31 -04:00
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Maven Archiva Commits List</name>
|
2007-06-01 16:36:05 -04:00
|
|
|
<subscribe>archiva-commits-subscribe@maven.apache.org</subscribe>
|
|
|
|
<unsubscribe>archiva-commits-unsubscribe@maven.apache.org</unsubscribe>
|
2007-05-13 19:01:31 -04:00
|
|
|
<post>archiva-commits@maven.apache.org</post>
|
2007-06-01 16:36:05 -04:00
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-commits</archive>
|
2007-05-13 19:01:31 -04:00
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
<scm>
|
2007-06-01 13:10:47 -04:00
|
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/archiva/trunk</connection>
|
|
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archiva/trunk</developerConnection>
|
|
|
|
<url>http://svn.apache.org/viewcvs.cgi/maven/archiva/trunk</url>
|
2007-05-13 19:01:31 -04:00
|
|
|
</scm>
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>apache.releases</id>
|
|
|
|
<url>scpexe://people.apache.org/www/people.apache.org/builds/maven/archiva/${version}/m2-staging-repository</url>
|
|
|
|
</repository>
|
|
|
|
<site>
|
|
|
|
<id>apache.website</id>
|
2007-05-25 19:07:27 -04:00
|
|
|
<url>scpexe://people.apache.org/www/maven.apache.org/archiva/</url>
|
2007-05-13 19:01:31 -04:00
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-maven-plugin</artifactId>
|
|
|
|
<version>1.3.5</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>generate</id>
|
|
|
|
<goals>
|
|
|
|
<goal>descriptor</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2007-06-18 21:26:34 -04:00
|
|
|
<!-- Doesn't work on Mac with Java 6 yet
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-java</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce-once</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireJavaVersion>
|
|
|
|
<version>1.5.0</version>
|
|
|
|
</requireJavaVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
-->
|
2007-05-13 19:01:31 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
2007-06-18 21:26:34 -04:00
|
|
|
<source>1.5</source>
|
|
|
|
<target>1.5</target>
|
2007-05-13 19:01:31 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
|
|
|
<version>1.0-alpha-5</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>process</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<resourceBundles>
|
|
|
|
<resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
|
|
|
|
</resourceBundles>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2007-05-22 12:00:35 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>src/main/assembly/src.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
<tarLongFileMode>gnu</tarLongFileMode>
|
|
|
|
<finalName>archiva</finalName>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>make-assembly</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2007-05-13 19:01:31 -04:00
|
|
|
</plugins>
|
|
|
|
<pluginManagement>
|
2005-11-27 22:15:35 -05:00
|
|
|
<plugins>
|
2007-05-13 19:01:31 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-idea-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<jdkLevel>1.4</jdkLevel>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<configuration>
|
2007-06-01 11:48:00 -04:00
|
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/archiva/tags</tagBase>
|
|
|
|
<preparationGoals>clean install</preparationGoals>
|
2007-05-13 19:01:31 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<version>1.0-alpha-15</version>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
<modules>
|
|
|
|
<module>archiva-base</module>
|
|
|
|
<module>archiva-database</module>
|
|
|
|
<module>archiva-reporting</module>
|
|
|
|
<module>archiva-scheduled</module>
|
|
|
|
<module>archiva-web</module>
|
|
|
|
<module>archiva-cli</module>
|
|
|
|
<module>archiva-site</module>
|
|
|
|
<module>maven-meeper</module>
|
|
|
|
</modules>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.activation</groupId>
|
|
|
|
<artifactId>activation</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-applet</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
2007-05-29 11:13:29 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-artifact-converter</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-29 11:13:29 -04:00
|
|
|
</dependency>
|
2007-05-13 19:01:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-artifact-reports</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-common</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-configuration</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-consumer-api</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-converter</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-core</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-core-consumers</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-database</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-database-consumers</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-indexer</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-lucene-consumers</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-model</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-plexus-application</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
<type>plexus-application</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-policies</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-proxy</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-report-manager</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-scheduled</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-security</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-signature-consumers</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2007-05-29 11:13:29 -04:00
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-transaction</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-29 11:13:29 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2007-05-13 19:01:31 -04:00
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-webapp</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-xml-tools</artifactId>
|
2007-06-01 16:36:05 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
<version>3.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<version>1.0.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging-api</artifactId>
|
|
|
|
<version>1.0.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
2007-05-19 10:23:14 -04:00
|
|
|
<version>10.1.3.1</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derbytools</artifactId>
|
2007-05-19 10:23:14 -04:00
|
|
|
<version>10.1.3.1</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>dom4j</groupId>
|
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
|
<version>1.6.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>easymock</groupId>
|
|
|
|
<artifactId>easymock</artifactId>
|
|
|
|
<version>1.2_Java1.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>hsqldb</groupId>
|
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
<version>1.8.0.7</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jaxen</groupId>
|
|
|
|
<artifactId>jaxen</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.jdo</groupId>
|
|
|
|
<artifactId>jdo2-api</artifactId>
|
|
|
|
<version>2.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jdom</groupId>
|
|
|
|
<artifactId>jdom</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jpox</groupId>
|
|
|
|
<artifactId>jpox</artifactId>
|
|
|
|
<version>1.1.7</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
<version>2.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>jstl</artifactId>
|
|
|
|
<version>1.1.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
<version>1.2.8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-core</artifactId>
|
|
|
|
<version>2.0.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.mail</groupId>
|
|
|
|
<artifactId>mail</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>${maven.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact-manager</artifactId>
|
|
|
|
<version>${maven.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
<version>${maven.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project</artifactId>
|
|
|
|
<version>${maven.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-repository-metadata</artifactId>
|
|
|
|
<version>${maven.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-app-configuration-model</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-app-configuration-web</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-model-converter</artifactId>
|
|
|
|
<version>2.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-appserver-host</artifactId>
|
|
|
|
<version>2.0-alpha-8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-appserver-service-jetty</artifactId>
|
|
|
|
<version>2.0-alpha-8</version>
|
|
|
|
<type>plexus-service</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-cli</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-command-line</artifactId>
|
|
|
|
<version>1.0-alpha-2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-api</artifactId>
|
|
|
|
<version>1.0-alpha-22</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<version>1.0-alpha-22</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-digest</artifactId>
|
2007-05-21 17:20:03 -04:00
|
|
|
<version>1.1</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-expression-evaluator</artifactId>
|
|
|
|
<version>1.0-alpha-1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-i18n</artifactId>
|
|
|
|
<version>1.0-beta-6</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-jdo2</artifactId>
|
|
|
|
<version>1.0-alpha-8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-naming</artifactId>
|
|
|
|
<version>1.0-alpha-3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-quartz</artifactId>
|
|
|
|
<version>1.0-alpha-3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-slf4j-logging</artifactId>
|
|
|
|
<version>1.1-alpha-1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-taskqueue</artifactId>
|
|
|
|
<version>1.0-alpha-6</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-xwork-integration</artifactId>
|
|
|
|
<version>1.0-alpha-6</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.cache</groupId>
|
|
|
|
<artifactId>plexus-cache-api</artifactId>
|
|
|
|
<version>1.0-alpha-2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.cache</groupId>
|
|
|
|
<artifactId>plexus-cache-ehcache</artifactId>
|
|
|
|
<version>1.0-alpha-2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.redback</groupId>
|
|
|
|
<artifactId>redback-rbac-memory</artifactId>
|
|
|
|
<version>${redback.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.redback</groupId>
|
|
|
|
<artifactId>redback-rbac-role-manager</artifactId>
|
|
|
|
<version>${redback.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.redback</groupId>
|
|
|
|
<artifactId>redback-taglib</artifactId>
|
|
|
|
<version>${redback.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.redback</groupId>
|
|
|
|
<artifactId>redback-xwork-content</artifactId>
|
|
|
|
<version>${redback.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.redback</groupId>
|
|
|
|
<artifactId>redback-xwork-integration</artifactId>
|
|
|
|
<version>${redback.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.registry</groupId>
|
|
|
|
<artifactId>plexus-registry-api</artifactId>
|
|
|
|
<version>1.0-alpha-2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.registry</groupId>
|
|
|
|
<artifactId>plexus-registry-commons</artifactId>
|
|
|
|
<version>1.0-alpha-2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.webdav</groupId>
|
|
|
|
<artifactId>plexus-webdav-simple</artifactId>
|
2007-06-20 17:37:57 -04:00
|
|
|
<version>1.0-alpha-3-SNAPSHOT</version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>opensymphony</groupId>
|
|
|
|
<artifactId>sitemesh</artifactId>
|
|
|
|
<version>2.2.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>taglibs</groupId>
|
|
|
|
<artifactId>standard</artifactId>
|
|
|
|
<version>1.1.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
|
|
|
<version>${wagon.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<version>${wagon.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
|
|
<version>${wagon.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-ssh</artifactId>
|
|
|
|
<version>${wagon.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>opensymphony</groupId>
|
|
|
|
<artifactId>webwork</artifactId>
|
|
|
|
<version>2.2.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xmlunit</groupId>
|
|
|
|
<artifactId>xmlunit</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<configLocation>config/maven_checks.xml</configLocation>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>changelog-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>taglist-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<aggregate>true</aggregate>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<source>1.4</source>
|
|
|
|
<aggregate>true</aggregate>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
<!-- TODO: choose appropriate rulesets -->
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>ci</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>enableCiProfile</name>
|
|
|
|
<value>true</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
2006-06-06 03:26:13 -04:00
|
|
|
<executions>
|
2007-05-13 19:01:31 -04:00
|
|
|
<execution>
|
|
|
|
<phase>process-sources</phase>
|
|
|
|
<goals>
|
|
|
|
<!-- TODO: after rules are set
|
|
|
|
<goal>check</goal>
|
|
|
|
-->
|
|
|
|
<goal>cpd-check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
2006-06-06 03:26:13 -04:00
|
|
|
</executions>
|
2007-05-13 19:01:31 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2007-05-12 01:12:59 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2007-05-13 19:01:31 -04:00
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
2007-05-12 01:12:59 -04:00
|
|
|
<executions>
|
2007-05-13 19:01:31 -04:00
|
|
|
<execution>
|
|
|
|
<phase>process-sources</phase>
|
|
|
|
<goals>
|
|
|
|
<!-- TODO: reformat first, and correct the checks (some are not consistent with the Maven style)
|
|
|
|
<goal>check</goal>
|
|
|
|
-->
|
|
|
|
</goals>
|
|
|
|
</execution>
|
2007-05-12 01:12:59 -04:00
|
|
|
</executions>
|
2007-05-13 19:01:31 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2006-06-06 03:26:13 -04:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
2007-04-12 13:04:16 -04:00
|
|
|
<configuration>
|
2007-05-13 19:01:31 -04:00
|
|
|
<check>
|
|
|
|
<!-- TODO! raise to 85/100 -->
|
|
|
|
<totalLineRate>77</totalLineRate>
|
|
|
|
<totalBranchRate>95</totalBranchRate>
|
|
|
|
</check>
|
|
|
|
<instrumentation>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/*$*</exclude>
|
|
|
|
</excludes>
|
|
|
|
</instrumentation>
|
2007-04-12 13:04:16 -04:00
|
|
|
</configuration>
|
2007-05-13 19:01:31 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>clean</id>
|
|
|
|
<goals>
|
|
|
|
<goal>clean</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>check</id>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2007-06-01 11:57:21 -04:00
|
|
|
<profile>
|
|
|
|
<id>release</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<!-- TODO: Remove after maven-parent v6 is released -->
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
<version>1.0-alpha-3</version>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2007-05-13 19:01:31 -04:00
|
|
|
</profiles>
|
|
|
|
<properties>
|
|
|
|
<maven.version>2.0.5</maven.version>
|
|
|
|
<wagon.version>1.0-beta-2</wagon.version>
|
2007-05-23 11:11:11 -04:00
|
|
|
<redback.version>1.0-alpha-1</redback.version>
|
2007-05-13 19:01:31 -04:00
|
|
|
</properties>
|
2006-06-13 22:51:42 -04:00
|
|
|
</project>
|