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.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@609031 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f49d11c..ff31f29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/src/main/resources/META-INF/NOTICE.txt b/src/main/resources/META-INF/NOTICE.txt
deleted file mode 100644
index 69610a9..0000000
--- a/src/main/resources/META-INF/NOTICE.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Apache Maven PMD Plugin
-Copyright 2001-2006 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
-Portions of this software utilize the Plexus Container, API, and
-Components.  Copyright the Codehaus. The original software is
-available from
-   http://plexus.codehaus.org/
-
-This plugin uses the PMD static source analyzer API.
-Copyright InfoEther, Inc.  The PMD software is available from
-   http://pmd.sourceforge.net/
-