webdav-jaxrs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.java.dev.webdav</groupId> <artifactId>webdav-jaxrs</artifactId> <version>1.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2008, 2009, 2011, 2012, 2013 Markus KARG This file is part of webdav-jaxrs. webdav-jaxrs 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. webdav-jaxrs 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 webdav-jaxrs. 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-jaxrs</artifactId> <version>1.2.1</version> <parent> <groupId>net.java</groupId> <artifactId>jvnet-parent</artifactId> <version>4</version> </parent> <name>WebDAV Support for JAX-RS</name> <description>Provides classes for easier implementation of WebDAV based JAX-RS applications.</description> <url>http://webdav-jaxrs.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.java.net</url> </organization> <developers> <developer> <id>mkarg</id> <email>markus@headcrashing.eu</email> <url>http://www.headcrashing.eu</url> <organization>Head Crashing Informatics</organization> <organizationUrl>http://www.headcrashing.eu</organizationUrl> <roles> <role>owner</role> <role>developer</role> </roles> <timezone>1</timezone> <properties> <picUrl>http://weblogs.java.net/images/people/markus_karg.jpg</picUrl> </properties> </developer> </developers> <contributors> <contributor> <name>Daniel MANZKE</name> <roles> <role>thinker</role> <role>tester</role> <role>user</role> </roles> <timezone>1</timezone> </contributor> <contributor> <name>Julian RESCHKE</name> <organization>greenbytes</organization> <roles> <role>peer:webdav</role> </roles> <timezone>1</timezone> </contributor> <contributor> <name>Craig McCLANAHAN</name> <organization>Sun Microsystems</organization> <roles> <role>peer:java</role> </roles> </contributor> <contributor> <name>Paul SANDOZ</name> <organization>Sun Microsystems</organization> <roles> <role>peer:jersey</role> </roles> </contributor> <contributor> <name>Marc HADLEY</name> <organization>Sun Microsystems</organization> <roles> <role>peer:jaxrs</role> </roles> </contributor> </contributors> <issueManagement> <system>JIRA</system> <url>http://java.net/jira/browse/WEBDAV_JAXRS</url> </issueManagement> <mailingLists> <mailingList> <name>announce</name> <subscribe>mailto:sympa@webdav-jaxrs.java.net?subject=subscribe%20announce</subscribe> <unsubscribe>mailto:sympa@webdav-jaxrs.java.net?subject=unsubscribe%20announce</unsubscribe> <archive>http://java.net/projects/webdav-jaxrs/lists/announce/archive</archive> </mailingList> <mailingList> <name>commits</name> <subscribe>mailto:sympa@webdav-jaxrs.java.net?subject=subscribe%20commits</subscribe> <unsubscribe>mailto:sympa@webdav-jaxrs.java.net?subject=unsubscribe%20commits</unsubscribe> <archive>http://java.net/projects/webdav-jaxrs/lists/commits/archive</archive> </mailingList> <mailingList> <name>dev</name> <subscribe>mailto:sympa@webdav-jaxrs.java.net?subject=subscribe%20dev</subscribe> <unsubscribe>mailto:sympa@webdav-jaxrs.java.net?subject=unsubscribe%20dev</unsubscribe> <archive>http://java.net/projects/webdav-jaxrs/lists/dev/archive</archive> </mailingList> <mailingList> <name>issues</name> <subscribe>mailto:sympa@webdav-jaxrs.java.net?subject=subscribe%20issues</subscribe> <unsubscribe>mailto:sympa@webdav-jaxrs.java.net?subject=unsubscribe%20issues</unsubscribe> <archive>http://java.net/projects/webdav-jaxrs/lists/issues/archive</archive> </mailingList> <mailingList> <name>users</name> <subscribe>mailto:sympa@webdav-jaxrs.java.net?subject=subscribe%20users</subscribe> <unsubscribe>mailto:sympa@webdav-jaxrs.java.net?subject=unsubscribe%20users</unsubscribe> <archive>http://java.net/projects/webdav-jaxrs/lists/users/archive</archive> </mailingList> </mailingLists> <scm> <connection>scm:svn:https://svn.java.net/svn/webdav-jaxrs~svn/tags/webdav-jaxrs-1.2.1</connection> <developerConnection>scm:svn:https://svn.java.net/svn/webdav-jaxrs~svn/tags/webdav-jaxrs-1.2.1</developerConnection> <url>http://java.net/projects/webdav-jaxrs/sources/svn/show/tags/webdav-jaxrs-1.2.1</url> </scm> <dependencies> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <version>${powermock.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>jsr311-api</artifactId> <version>[1.1,1.2)</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.2.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.xmlmatchers</groupId> <artifactId>xml-matchers</artifactId> <version>0.10</version> <scope>test</scope> </dependency> </dependencies> <properties> <project.build.sourceEncoding>Cp1252</project.build.sourceEncoding> <powermock.version>1.5.2</powermock.version> <maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target> </properties> <build> <plugins> <plugin> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> <phase>verify</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.8</version> <configuration> <links> <link>http://jsr311.java.net/nonav/releases/1.1</link> </links> <quiet>true</quiet> </configuration> <executions> <execution> <id>attach-javadocs</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> <version>3.3</version> <configuration> <reportPlugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.8</version> <configuration> <links> <link>http://jsr311.java.net/nonav/releases/1.1</link> </links> <quiet>true</quiet> </configuration> </plugin> </reportPlugins> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <version>1.5</version> <executions> <execution> <goals> <goal>update-file-header</goal> </goals> <phase>process-sources</phase> <configuration> <licenseName>gpl_v3</licenseName> <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> <canUpdateCopyright>true</canUpdateCopyright> <canUpdateDescription>true</canUpdateDescription> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.6.4.201312101107</version> <executions> <execution> <id>default-prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>default-report</id> <phase>prepare-package</phase> <goals> <goal>report</goal> </goals> </execution> <execution> <id>default-check</id> <goals> <goal>check</goal> </goals> <configuration> <rules> <rule> <element>CLASS</element> <limits> <limit> <counter>LINE</counter> <value>COVEREDRATIO</value> <minimum>0.65</minimum> </limit> </limits> </rule> </rules> <excludes> <exclude>**/LockScope$LockScopeAdapter.class</exclude> <exclude>java/util/Objects.class</exclude> </excludes> </configuration> </execution> </executions> </plugin> </plugins> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-webdav-jackrabbit</artifactId> <version>1.0</version> </extension> </extensions> </build> <distributionManagement> <downloadUrl>https://maven.java.net/content/groups/public/net/java/dev/webdav/webdav-jaxrs</downloadUrl> <site> <id>java.net</id> <url>dav:https://website.java.net/website/webdav-jaxrs</url> </site> </distributionManagement> </project>