diff options
author | Manolo Carrasco <manolo@apache.org> | 2010-08-26 23:25:16 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2010-08-26 23:25:16 +0000 |
commit | 85944640b8284c766b73c6ecf8869c09f94abf9a (patch) | |
tree | fab73a1f339da21ca0b7df537762ab7fb3bf6344 /gwtquery-core/pom.xml | |
parent | 8e0aff333614ea2e46f09e8289196aecb1e67a51 (diff) | |
download | gwtquery-85944640b8284c766b73c6ecf8869c09f94abf9a.tar.gz gwtquery-85944640b8284c766b73c6ecf8869c09f94abf9a.zip |
fixing hudson build
Diffstat (limited to 'gwtquery-core/pom.xml')
-rw-r--r-- | gwtquery-core/pom.xml | 10 |
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> |