mirror of https://github.com/apache/archiva.git
558 lines
19 KiB
XML
558 lines
19 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
~ Copyright 2005-2006 The Apache Software Foundation.
|
|
~
|
|
~ Licensed 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.
|
|
-->
|
|
|
|
<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>4</version>
|
|
<relativePath>../pom/maven/pom.xml</relativePath>
|
|
</parent>
|
|
<prerequisites>
|
|
<maven>2.0.5</maven>
|
|
</prerequisites>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva</artifactId>
|
|
<packaging>pom</packaging>
|
|
<name>Archiva</name>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<description>
|
|
Archiva is an application for managing one or more remote repositories, including
|
|
administration, artifact handling,
|
|
browsing and searching.
|
|
</description>
|
|
<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>
|
|
<unsubscribe>archiva-users-unsubscribe@maven.apache.org</unsubscribe>
|
|
<post>archiva-users@maven.apache.org</post>
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive>
|
|
</mailingList>
|
|
<mailingList>
|
|
<name>Maven Archiva Developer List</name>
|
|
<subscribe>archiva-dev-subscribe@maven.apache.org</subscribe>
|
|
<unsubscribe>archiva-dev-unsubscribe@maven.apache.org</unsubscribe>
|
|
<post>archiva-dev@maven.apache.org</post>
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive>
|
|
</mailingList>
|
|
<mailingList>
|
|
<name>Maven Archiva Commits List</name>
|
|
<subscribe>archiva-commits-subscribe@maven.apache.org</subscribe>
|
|
<unsubscribe>archiva-commits-unsubscribe@maven.apache.org</unsubscribe>
|
|
<post>archiva-commits@maven.apache.org</post>
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-commits</archive>
|
|
</mailingList>
|
|
</mailingLists>
|
|
<scm>
|
|
<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>
|
|
</scm>
|
|
<distributionManagement>
|
|
<site>
|
|
<id>apache.website</id>
|
|
<url>scpexe://people.apache.org/www/maven.apache.org/archiva/</url>
|
|
</site>
|
|
</distributionManagement>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-maven-plugin</artifactId>
|
|
<version>1.3.3</version>
|
|
<executions>
|
|
<execution>
|
|
<id>generate</id>
|
|
<goals>
|
|
<goal>descriptor</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<configuration>
|
|
<source>1.4</source>
|
|
<target>1.4</target>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<version>2.2</version>
|
|
</plugin>
|
|
</plugins>
|
|
<pluginManagement>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-idea-plugin</artifactId>
|
|
<configuration>
|
|
<jdkLevel>1.4</jdkLevel>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
<configuration>
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/archiva/tags</tagBase>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</pluginManagement>
|
|
</build>
|
|
<modules>
|
|
<module>archiva-applet</module>
|
|
<module>archiva-converter</module>
|
|
<module>archiva-common</module>
|
|
<module>archiva-discoverer</module>
|
|
<module>archiva-reports-standard</module>
|
|
<module>archiva-indexer</module>
|
|
<module>archiva-webapp</module>
|
|
<module>archiva-proxy</module>
|
|
<module>archiva-core</module>
|
|
<module>archiva-configuration</module>
|
|
<module>maven-meeper</module>
|
|
<module>archiva-repository-layer</module>
|
|
<module>archiva-plexus-application</module>
|
|
<module>archiva-plexus-runtime</module>
|
|
<module>archiva-security</module>
|
|
<module>archiva-cli</module>
|
|
</modules>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>3.8.1</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
<artifactId>maven-app-configuration-model</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
<artifactId>maven-app-configuration-web</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-container-default</artifactId>
|
|
<version>1.0-alpha-17</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-component-api</artifactId>
|
|
<version>1.0-alpha-17</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-utils</artifactId>
|
|
<version>1.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-repository-metadata</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-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-project</artifactId>
|
|
<version>${maven.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
<artifactId>maven-model-converter</artifactId>
|
|
<version>2.0.5-SNAPSHOT</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>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.archiva</groupId>
|
|
<artifactId>archiva-common</artifactId>
|
|
<version>${pom.version}</version>
|
|
</dependency>
|
|
<!--
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-common</artifactId>
|
|
<version>${pom.version}</version>
|
|
<classifier>tests</classifier>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
-->
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-core</artifactId>
|
|
<version>${pom.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-reports-standard</artifactId>
|
|
<version>${pom.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-discoverer</artifactId>
|
|
<version>${pom.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-repository-layer</artifactId>
|
|
<version>${pom.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-indexer</artifactId>
|
|
<version>${pom.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-proxy</artifactId>
|
|
<version>${pom.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-applet</artifactId>
|
|
<version>${pom.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-security</artifactId>
|
|
<version>${pom.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-configuration</artifactId>
|
|
<version>${pom.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-converter</artifactId>
|
|
<version>${pom.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-utils</artifactId>
|
|
<version>${pom.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
<artifactId>archiva-webapp</artifactId>
|
|
<version>${pom.version}</version>
|
|
<type>war</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-digest</artifactId>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-rbac-profile</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-system</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-system</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-ui-web</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
<type>war</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-ui-web-integration</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-ui-web-taglib</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-authentication-provider-user-manager</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-authentication-provider-keystore</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-user-management-api</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-user-management-provider-jdo</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-authorization-rbac-store-cached</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-authorization-rbac-store-jdo</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-authorization-api</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-authorization-rbac-authorizer</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus.security</groupId>
|
|
<artifactId>plexus-security-keys-jdo</artifactId>
|
|
<version>${plexus-security.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
<version>2.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-io</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.derby</groupId>
|
|
<artifactId>derby</artifactId>
|
|
<version>10.1.3.1</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>
|
|
<executions>
|
|
<execution>
|
|
<phase>process-sources</phase>
|
|
<goals>
|
|
<!-- TODO: after rules are set
|
|
<goal>check</goal>
|
|
-->
|
|
<goal>cpd-check</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
<executions>
|
|
<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>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
<configuration>
|
|
<check>
|
|
<!-- TODO! raise to 85/100 -->
|
|
<totalLineRate>77</totalLineRate>
|
|
<totalBranchRate>95</totalBranchRate>
|
|
</check>
|
|
|
|
<instrumentation>
|
|
<excludes>
|
|
<exclude>**/*$*</exclude>
|
|
</excludes>
|
|
</instrumentation>
|
|
</configuration>
|
|
<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>
|
|
</profiles>
|
|
<repositories>
|
|
<repository>
|
|
<id>codehaus.org</id>
|
|
<url>http://repository.codehaus.org</url>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
<!-- TODO: remove once ehcache, p-sec, registry, webdav, xwork, naming released -->
|
|
<repository>
|
|
<id>snapshots.codehaus.org</id>
|
|
<url>http://snapshots.repository.codehaus.org</url>
|
|
<releases>
|
|
<enabled>false</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
</repositories>
|
|
<!-- TODO: remove once modello is released -->
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>snapshots.codehaus.org</id>
|
|
<url>http://snapshots.repository.codehaus.org</url>
|
|
<releases>
|
|
<enabled>false</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
<properties>
|
|
<maven.version>2.0.5</maven.version>
|
|
<wagon.version>1.0-beta-2</wagon.version>
|
|
<plexus-security.version>1.0-alpha-11-SNAPSHOT</plexus-security.version>
|
|
</properties>
|
|
</project>
|