aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2010-08-26 23:25:16 +0000
committerManolo Carrasco <manolo@apache.org>2010-08-26 23:25:16 +0000
commit85944640b8284c766b73c6ecf8869c09f94abf9a (patch)
treefab73a1f339da21ca0b7df537762ab7fb3bf6344 /gwtquery-core/pom.xml
parent8e0aff333614ea2e46f09e8289196aecb1e67a51 (diff)
downloadgwtquery-85944640b8284c766b73c6ecf8869c09f94abf9a.tar.gz
gwtquery-85944640b8284c766b73c6ecf8869c09f94abf9a.zip
fixing hudson build
Diffstat (limited to 'gwtquery-core/pom.xml')
-rw-r--r--gwtquery-core/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index 50b780b2..05a2dc79 100644
--- a/gwtquery-core/pom.xml
+++ b/gwtquery-core/pom.xml
@@ -50,7 +50,15 @@
<directory>${basedir}/src/test/resources</directory>
</testResource>
</testResources>
-
+ <pluginManagement>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <targetJdk>1.6</targetJdk>
+ </configuration>
+ </plugin>
+ <pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>