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