Update POM to fit the new location of the plugin in the Maven CVS + added myself as developer

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-04-03 19:30:41 +00:00
parent 7e5a15e526
commit 1b3cf510a2

View File

@@ -1,60 +1,32 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
<project>
<extend>${basedir}/../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-pmd-plugin</id>
<name>Maven PMD Plug-in</name>
<currentVersion>0.5</currentVersion>
<organization>
<name>SourceForge</name>
<url>http://www.sourceforge.net/projects/maven-plugins/</url>
<logo>http://sourceforge.net/sflogo.php?group_id=61626&amp;type=5</logo>
</organization>
<inceptionYear>2002</inceptionYear>
<package>org.apache.maven</package>
<logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo>
<!-- Gump integration -->
<gumpRepositoryId>jakarta</gumpRepositoryId>
<currentVersion>0.6-SNAPSHOT</currentVersion>
<description>
This plugin provides a more or less seamless integration
with Maven and the PMD static source code analyzer
</description>
<shortDescription>Maven Plugin for PMD</shortDescription>
<url>http://maven.apache.org/reference/plugins/pmd/</url>
<url>http://maven-plugins.sourceforge.net/pmd/</url>
<issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
<siteAddress>maven-plugins.sf.net</siteAddress>
<siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/pmd/</siteDirectory>
<distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/pmd/distributions/</distributionDirectory>
<siteDirectory>/www/maven.apache.org/reference/plugins/pmd/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.maven-plugins.sourceforge.net:/cvsroot/maven-plugins/:maven-plugins/pmd</connection>
<url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/pmd/</url>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/pmd/</connection>
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/pmd/</url>
</repository>
<mailingLists>
<mailingList>
<name>Maven-Plugins User List</name>
<subscribe>maven-plugins-developer-subscribe@lists.sourceforge.net</subscribe>
<unsubscribe>maven-plugins-user-unsubscribe@lists.sourceforge.net</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive>
</mailingList>
<mailingList>
<name>Maven-Plugins Developer List</name>
<subscribe>maven-plugins-developer-subscribe@lists.sourceforge.net</subscribe>
<unsubscribe>maven-plugins-developer-unsubscribe@lists.sourceforge.net</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11782</archive>
</mailingList>
<mailingList>
<name>Maven-Plugins CVS Commits List</name>
<subscribe>${pom.id}-cvs-subscribe@lists.sourceforge.net</subscribe>
<unsubscribe>${pom.id}-cvs-unsubscribe@lists.sourceforge.net</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11781</archive>
</mailingList>
</mailingLists>
<versions>
<version>
<id>0.6</id>
<name>0.6</name>
<tag>HEAD</tag>
</version>
</versions>
<developers>
<developer>
@@ -75,11 +47,21 @@
<role>Software Developer</role>
</roles>
</developer>
<developer>
<name>Vincent Massol</name>
<id>vmassol</id>
<email>vmassol@pivolis.com</email>
<organization>Pivolis</organization>
<roles>
<role>Software Developer</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>
<id>pmd</id>
<groupId>pmd</groupId>
<artifactId>pmd</artifactId>
<version>1.04</version>
<url>http://pmd.sourceforge.net</url>
<properties>
@@ -103,7 +85,6 @@
</resource>
</resources>
</build>
</project>