webdav
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.java.dev.webdav</groupId>
<artifactId>webdav</artifactId>
<version>1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2009 Markus KARG This file is part of The WebDAV Project. The WebDAV Project is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The WebDAV Project is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with The WebDAV Project. If not, see <http://www.gnu.org/licenses />. --> <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> <groupId>net.java.dev.webdav</groupId> <artifactId>webdav</artifactId> <version>1.0</version> <packaging>pom</packaging> <name>The WebDAV Project</name> <description>Host for WebDAV related projects.</description> <url>http://webdav.dev.java.net</url> <inceptionYear>2008</inceptionYear> <licenses> <license> <name>GNU Lesser General Public License</name> <url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url> <comments>An OSI approved licence allowing open source and commercial use.</comments> <distribution>repo</distribution> </license> </licenses> <organization> <name>The java.net WebDAV Project</name> <url>http://webdav.dev.java.net</url> </organization> <issueManagement> <system>CollabNet</system> <url>https://webdav.dev.java.net</url> </issueManagement> <mailingLists> <mailingList> <name>commits</name> <subscribe>commits-subscribe@webdav.dev.java.net</subscribe> <unsubscribe>commits-unsubscribe@webdav.dev.java.net</unsubscribe> <archive>https://webdav.dev.java.net/servlets/SummarizeList?listName=commits</archive> </mailingList> <mailingList> <name>announce</name> <subscribe>announce-subscribe@webdav.dev.java.net</subscribe> <unsubscribe>announce-unsubscribe@webdav.dev.java.net</unsubscribe> <post>announce@webdav.dev.java.net</post> <archive>https://webdav.dev.java.net/servlets/SummarizeList?listName=announce</archive> </mailingList> <mailingList> <name>dev</name> <subscribe>dev-subscribe@webdav.dev.java.net</subscribe> <unsubscribe>dev-unsubscribe@webdav.dev.java.net</unsubscribe> <post>dev@webdav.dev.java.net</post> <archive>https://webdav.dev.java.net/servlets/SummarizeList?listName=dev</archive> </mailingList> <mailingList> <name>cvs</name> <subscribe>cvs-subscribe@webdav.dev.java.net</subscribe> <unsubscribe>cvs-unsubscribe@webdav.dev.java.net</unsubscribe> <archive>https://webdav.dev.java.net/servlets/SummarizeList?listName=cvs</archive> </mailingList> <mailingList> <name>issues</name> <subscribe>issues-subscribe@webdav.dev.java.net</subscribe> <unsubscribe>issues-unsubscribe@webdav.dev.java.net</unsubscribe> <archive>https://webdav.dev.java.net/servlets/SummarizeList?listName=issues</archive> </mailingList> <mailingList> <name>users</name> <subscribe>users-subscribe@webdav.dev.java.net</subscribe> <unsubscribe>users-unsubscribe@webdav.dev.java.net</unsubscribe> <post>users@webdav.dev.java.net</post> <archive>https://webdav.dev.java.net/servlets/SummarizeList?listName=users</archive> </mailingList> </mailingLists> <scm> <connection>scm:svn:https://webdav.dev.java.net/svn/webdav</connection> <developerConnection>scm:svn:https://webdav.dev.java.net/svn/webdav</developerConnection> <url>https://webdav.dev.java.net/source/browse/webdav</url> </scm> <build> <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> <extensions> <extension> <groupId>org.jvnet.wagon-svn</groupId> <artifactId>wagon-svn</artifactId> <version>RELEASE</version> </extension> </extensions> </build> <repositories> <repository> <id>maven2-repository.dev.java.net</id> <name>Java.net Repository for Maven</name> <url>http://download.java.net/maven/2/</url> </repository> </repositories> <distributionManagement> <repository> <id>java.net-m2-repository</id> <url>java-net:/maven2-repository/trunk/repository/</url> </repository> <site> <id>webdav-www</id> <url>java-net:/webdav/trunk/www/</url> </site> </distributionManagement> </project>