Author: craigmcc
Date: Sun Jul 30 18:41:03 2006
New Revision: 426996

URL: http://svn.apache.org/viewvc?rev=426996&view=rev
Log:
Configure JDK 1.5 for the PMD plugin so that site generation does not
fail on these two modules. SHALE-225

Modified:
    shale/framework/trunk/shale-apps/mailreader-jpa/pom.xml
    shale/framework/trunk/shale-apps/shale-mailreader-jpa/pom.xml

Modified: shale/framework/trunk/shale-apps/mailreader-jpa/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/mailreader-jpa/pom.xml?rev=426996&r1=426995&r2=426996&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/mailreader-jpa/pom.xml (original)
+++ shale/framework/trunk/shale-apps/mailreader-jpa/pom.xml Sun Jul 30 18:41:03 
2006
@@ -71,4 +71,15 @@
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <configuration>
+          <targetJdk>1.5</targetJdk>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
 </project>

Modified: shale/framework/trunk/shale-apps/shale-mailreader-jpa/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-mailreader-jpa/pom.xml?rev=426996&r1=426995&r2=426996&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/shale-mailreader-jpa/pom.xml (original)
+++ shale/framework/trunk/shale-apps/shale-mailreader-jpa/pom.xml Sun Jul 30 
18:41:03 2006
@@ -107,4 +107,15 @@
         </plugins>
     </build>
 
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-pmd-plugin</artifactId>
+                <configuration>
+                    <targetJdk>1.5</targetJdk>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+
 </project>


Reply via email to