2005-07-20 22:26:20 -04:00
|
|
|
<project>
|
|
|
|
<parent>
|
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-10-14 04:08:16 -04:00
|
|
|
<version>2.0</version>
|
2005-07-20 22:26:20 -04:00
|
|
|
</parent>
|
2005-09-16 10:08:15 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-07-20 22:26:20 -04:00
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
<packaging>maven-plugin</packaging>
|
|
|
|
<name>Maven PMD Plugin</name>
|
2005-09-16 10:08:31 -04:00
|
|
|
<version>2.0-alpha-3-SNAPSHOT</version>
|
2005-07-20 22:26:20 -04:00
|
|
|
<inceptionYear>2005</inceptionYear>
|
2005-10-09 20:51:11 -04:00
|
|
|
<prerequisites>
|
2005-10-14 04:08:16 -04:00
|
|
|
<maven>2.0</maven>
|
2005-10-09 20:51:11 -04:00
|
|
|
</prerequisites>
|
2005-07-20 22:26:20 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>pmd</groupId>
|
|
|
|
<artifactId>pmd</artifactId>
|
|
|
|
<version>3.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jaxen</groupId>
|
|
|
|
<artifactId>jaxen</artifactId>
|
|
|
|
<version>1.0-FCS</version>
|
|
|
|
</dependency>
|
2005-09-16 10:08:15 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.reporting</groupId>
|
|
|
|
<artifactId>maven-reporting-impl</artifactId>
|
2005-10-14 04:08:16 -04:00
|
|
|
<version>2.0</version>
|
2005-09-16 10:08:15 -04:00
|
|
|
</dependency>
|
2005-07-20 22:26:20 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>saxpath</groupId>
|
|
|
|
<artifactId>saxpath</artifactId>
|
|
|
|
<version>1.0-FCS</version>
|
|
|
|
</dependency>
|
2005-10-09 18:09:21 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
</dependency>
|
2005-07-20 22:26:20 -04:00
|
|
|
</dependencies>
|
2005-10-09 18:09:21 -04:00
|
|
|
</project>
|