blob: 64bdf2cbbc24b878500d9e55c38b9556af1cfb37 [file] [log] [blame]
<?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">
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs-project</artifactId>
<name>Commons VFS (project)</name>
<description>VFS is a Virtual File System library.</description>
<packaging>pom</packaging>
<version>1.0</version>
<url>http://jakarta.apache.org/commons/vfs/</url>
<inceptionYear>2002</inceptionYear>
<modules>
<module>core</module>
<module>examples</module>
<module>sandbox</module>
</modules>
<issueManagement>
<system>jira</system>
<url>https://issues.apache.org/jira/browse/VFS</url>
</issueManagement>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/vfs/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/vfs/trunk</developerConnection>
<url>http://svn.apache.org/viewvc</url>
</scm>
<developers>
<developer>
<name>Adam Murdoch</name>
<id>adammurdoch</id>
<email>adammurdoch -at- apache.org</email>
<organization></organization>
</developer>
<developer>
<name>James Strachan</name>
<id>jstrachan</id>
<email>jstrachan -at- apache.org</email>
<organization>SpiritSoft, Inc.</organization>
</developer>
<developer>
<name>Mario Ivankovits</name>
<id>imario</id>
<email>imario -at- apache.org</email>
<organization>OPS EDV Gmbh</organization>
</developer>
<developer>
<name>Rahul Akolkar</name>
<id>rahul</id>
<email>rahul -at- apache.org</email>
<organization>Apache Software Foundation</organization>
</developer>
</developers>
<contributors>
<contributor>
<name>Rami Ojares</name>
<email>rami.ojares -at- elisa.fi</email>
</contributor>
<contributor>
<name>Anthony Goubard</name>
<email>adagoubard -at- chello.nl</email>
</contributor>
<contributor>
<name>Christopher Ottley</name>
<email>xknight -at- users.sourceforge.net</email>
</contributor>
</contributors>
<repositories>
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>apache.m1</id>
<name>Apache Maven 1 Repository</name>
<url>http://people.apache.org/repo/m1-snapshot-repository/</url>
<layout>legacy</layout>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>apache.releases</id>
<name>Apache Release Distribution Repository</name>
<url>scp://people.apache.org/www/www.apache.org/dist/maven-repository</url>
</repository>
<snapshotRepository>
<id>apache.snapshots</id>
<name>Apache Development Snapshot Repository</name>
<url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
</snapshotRepository>
<site>
<id>apache.website</id>
<url>scp://people.apache.org/www/jakarta.apache.org/commons/vfs/</url>
</site>
</distributionManagement>
</project>