vmassol 2003/04/03 11:30:41
Modified: src/plugins-build/pmd project.xml
Log:
Update POM to fit the new location of the plugin in the Maven CVS + added myself as
developer
Revision Changes Path
1.3 +25 -44 maven/src/plugins-build/pmd/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/pmd/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 3 Apr 2003 19:17:26 -0000 1.2
+++ project.xml 3 Apr 2003 19:30:41 -0000 1.3
@@ -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&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:[EMAIL
PROTECTED]:/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:[EMAIL
PROTECTED]:/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>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive>
- </mailingList>
- <mailingList>
- <name>Maven-Plugins Developer List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11782</archive>
- </mailingList>
- <mailingList>
- <name>Maven-Plugins CVS Commits List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</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>[EMAIL PROTECTED]</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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]