<?xml version="1.0" encoding="ISO-8859-1"?>
<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>
    <artifactId>mojo</artifactId>
    <groupId>org.codehaus.mojo</groupId>
    <version>17</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>jdepend-maven-plugin</artifactId>
  <version>2.0-beta-2</version>
  <packaging>maven-plugin</packaging>
  <name>JDepend Maven Plugin</name>
  <description>Maven 2 plugin that generates JDepend reports for your projects.</description>
  <inceptionYear>2006</inceptionYear>
  <licenses>
    <license>
      <name>BSD</name>
      <url>http://www.clarkware.com/software/license.txt</url>
    </license>
  </licenses>
  <prerequisites>
    <maven>2.0</maven>
  </prerequisites>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven.reporting</groupId>
      <artifactId>maven-reporting-api</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.reporting</groupId>
      <artifactId>maven-reporting-impl</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>jdepend</groupId>
      <artifactId>jdepend</artifactId>
      <version>2.9.1</version>
    </dependency>
  </dependencies>
  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-changes-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>

  <scm>
    <connection>scm:svn:http://svn.codehaus.org/mojo/tags/jdepend-maven-plugin-2.0-beta-2</connection>
    <developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/jdepend-maven-plugin-2.0-beta-2</developerConnection>
    <url>http://svn.codehaus.org/mojo/tags/jdepend-maven-plugin-2.0-beta-2</url>
  </scm>
</project>
