Repository: accumulo Updated Branches: refs/heads/ACCUMULO-378 5fd07ec03 -> f2c0c16db
Merge branch '1.6.0-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/43a44ba8 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/43a44ba8 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/43a44ba8 Branch: refs/heads/ACCUMULO-378 Commit: 43a44ba82c2d9564cdb8ee5054f16398ebd2836a Parents: 2881631 15e4f00 Author: Bill Havanki <bhava...@cloudera.com> Authored: Wed Apr 30 09:18:30 2014 -0400 Committer: Bill Havanki <bhava...@cloudera.com> Committed: Wed Apr 30 09:18:30 2014 -0400 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/43a44ba8/pom.xml ---------------------------------------------------------------------- diff --cc pom.xml index df7a5ac,135d15d..78af9c5 --- a/pom.xml +++ b/pom.xml @@@ -908,9 -896,12 +908,12 @@@ <artifactId>maven-pmd-plugin</artifactId> <version>3.1</version> <configuration> + <excludes> + <exclude>**/thrift/*.java</exclude> + </excludes> <format>html</format> <includeTests>true</includeTests> - <targetJdk>1.6</targetJdk> + <targetJdk>1.7</targetJdk> </configuration> </plugin> <plugin>