You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/01/04 23:15:29 UTC

svn commit: r609031 - in /maven/plugins/trunk/maven-pmd-plugin: pom.xml src/main/resources/META-INF/

Author: dennisl
Date: Fri Jan  4 14:15:28 2008
New Revision: 609031

URL: http://svn.apache.org/viewvc?rev=609031&view=rev
Log:
o Revert back to previous version to sort out LICENSE and NOTICE files. The -sources jar was missing LICENSE and NOTICE files and the other jars had duplicate NOTICE files.

Removed:
    maven/plugins/trunk/maven-pmd-plugin/src/main/resources/META-INF/
Modified:
    maven/plugins/trunk/maven-pmd-plugin/pom.xml

Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=609031&r1=609030&r2=609031&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Fri Jan  4 14:15:28 2008
@@ -27,7 +27,7 @@
   <artifactId>maven-pmd-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven PMD Plugin</name>
-  <version>2.4-SNAPSHOT</version>
+  <version>2.3-SNAPSHOT</version>
   <description>
     A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste
     fragments,
@@ -103,6 +103,15 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin/</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/</url>
   </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.0.4</version>
+      </plugin>
+    </plugins>
+  </build>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>