You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bh...@apache.org on 2014/04/30 15:19:13 UTC

[11/12] git commit: Merge branch '1.5.2-SNAPSHOT' into 1.6.0-SNAPSHOT

Merge branch '1.5.2-SNAPSHOT' into 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/15e4f002
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/15e4f002
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/15e4f002

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 15e4f002ff8e016c3bcc5ea0613994c92efb6434
Parents: b3e4bec 08c255a
Author: Bill Havanki <bh...@cloudera.com>
Authored: Wed Apr 30 09:18:18 2014 -0400
Committer: Bill Havanki <bh...@cloudera.com>
Committed: Wed Apr 30 09:18:18 2014 -0400

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/15e4f002/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index 2f46cae,5f1d20f..135d15d
--- a/pom.xml
+++ b/pom.xml
@@@ -894,8 -783,11 +894,11 @@@
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-pmd-plugin</artifactId>
 -        <version>3.0.1</version>
 +        <version>3.1</version>
          <configuration>
+           <excludes>
+             <exclude>**/thrift/*.java</exclude>
+           </excludes>
            <format>html</format>
            <includeTests>true</includeTests>
            <targetJdk>1.6</targetJdk>