Repository: accumulo Updated Branches: refs/heads/1.5 a1fe8177d -> c92c3c4f6 refs/heads/1.6 5a6e85896 -> 9a1c774e1 refs/heads/master 8f4afc5a3 -> 50d351201
ACCUMULO-3605 Suppress xerces warnings from rat plugin Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c92c3c4f Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c92c3c4f Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c92c3c4f Branch: refs/heads/1.5 Commit: c92c3c4f68d412ce3c2854f0d9836ac4d7336d49 Parents: a1fe817 Author: Christopher Tubbs <[email protected]> Authored: Thu Feb 19 17:12:57 2015 -0500 Committer: Christopher Tubbs <[email protected]> Committed: Thu Feb 19 17:13:33 2015 -0500 ---------------------------------------------------------------------- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/c92c3c4f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 869fe8c..fc3be32 100644 --- a/pom.xml +++ b/pom.xml @@ -1062,6 +1062,20 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> + <dependencies> + <!-- workaround for RAT-158 --> + <dependency> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-core</artifactId> + <version>1.6</version> + <exclusions> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> <executions> <execution> <goals>
