| <?xml version="1.0" encoding="UTF-8"?> |
| |
| <!-- |
| ~ 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. |
| --> |
| |
| <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 Common Parent Project</name> |
| <version>1</version> |
| <inceptionYear>2006</inceptionYear> |
| <url>http://maven.apache.org/archiva/</url> |
| <description> |
| Archiva is an application for managing one or more remote |
| repositories, including administration, artifact handling, |
| browsing and searching. |
| </description> |
| <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:https://svn.apache.org/repos/asf/maven/pom/tags/archiva-parent-1</connection> |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/archiva-parent-1</developerConnection> |
| <url>https://svn.apache.org/repos/asf/maven/pom/tags/archiva-parent-1</url> |
| </scm> |
| <properties> |
| <siteBaseDeployment>scp://people.apache.org/www/maven.apache.org/archiva</siteBaseDeployment> |
| <!-- For testing |
| <siteBaseDeployment>file://localhost/www/maven.apache.org/archiva</siteBaseDeployment> |
| --> |
| </properties> |
| <build> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <artifactId>maven-site-plugin</artifactId> |
| <version>2.0-beta-5</version> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| </build> |
| </project> |
| |