You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by dd...@apache.org on 2007/01/26 14:46:02 UTC

svn commit: r500241 - /tiles/trunk/pom.xml

Author: ddewolf
Date: Fri Jan 26 05:46:01 2007
New Revision: 500241

URL: http://svn.apache.org/viewvc?view=rev&rev=500241
Log:
Adding 1.5 switch to pmd plugin

Modified:
    tiles/trunk/pom.xml

Modified: tiles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/trunk/pom.xml?view=diff&rev=500241&r1=500240&r2=500241
==============================================================================
--- tiles/trunk/pom.xml (original)
+++ tiles/trunk/pom.xml Fri Jan 26 05:46:01 2007
@@ -114,7 +114,6 @@
         <module>tiles-api</module>
         <module>tiles-core</module>
         <module>tiles-test</module>
-        <module>tiles-showcase</module>
     </modules>
 
     <licenses>
@@ -206,6 +205,9 @@
             </plugin>
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>
+                <configuration>
+                  <targetJdk>1.5</targetJdk>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>