<?xml version="1.0" encoding="UTF-8"?>

<!-- 
/*
 * Copyright 2001-2004 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>
  <pomVersion>3</pomVersion>
  <id>maven-webdav-plugin</id>
  <name>Maven WebDAV Plugin</name>
  <currentVersion>0.1</currentVersion>
  <description/>
  <shortDescription>WebDAV Plugin for Maven</shortDescription>
  <developers>
    <developer>
      <name>Mark Slater</name>
      <id>mslater</id>
      <email>mslater@soe.ucsc.edu</email>
      <organization>Jack Baskin School of Engineering, UC Santa Cruz</organization>
      <roles>
        <role>Creator</role>
        <role>Java Developer</role>
      </roles>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>slide</groupId>
      <artifactId>ant-webdav</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>slide</groupId>
      <artifactId>webdavlib</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.0.4</version>
    </dependency>
    <dependency>
      <groupId>commons-httpclient</groupId>
      <artifactId>commons-httpclient</artifactId>
      <version>2.0.2</version>
    </dependency>
  </dependencies>

  <build>
    <sourceDirectory></sourceDirectory>
    <unitTestSourceDirectory></unitTestSourceDirectory>
    <resources>      
      <resource>
        <directory></directory>
        <includes>
          <include>plugin.jelly</include>
          <include>plugin.properties</include>
          <include>project.xml</include>
          <include>project.properties</include>
        </includes>
      </resource>
    </resources>
  </build>


</project>

