Revision: 1141
Author:   jdigger
Date:     2006-05-10 20:07:34 -0700 (Wed, 10 May 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1141&view=rev

Log Message:
-----------
Added configuration to PMD report so that it handles JDK 1.5 correctly

Modified Paths:
--------------
    trunk/spring-richclient/tiger/pom.xml
Modified: trunk/spring-richclient/tiger/pom.xml
===================================================================
--- trunk/spring-richclient/tiger/pom.xml       2006-05-11 02:54:39 UTC (rev 
1140)
+++ trunk/spring-richclient/tiger/pom.xml       2006-05-11 03:07:34 UTC (rev 
1141)
@@ -29,6 +29,18 @@
         </plugins>
     </build>
 
+    <reporting>
+      <plugins>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-pmd-plugin</artifactId>
+            <configuration>
+              <targetJdk>1.5</targetJdk>
+            </configuration>
+        </plugin>
+      </plugins>
+    </reporting>
+
     <dependencies>
         <!-- Internal -->
         <dependency>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to