Updated Branches: refs/heads/1.5.1-SNAPSHOT 9aebb2b11 -> f75be7d5a
ACCUMULO-1690 Update rat plugin to 0.10 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ba507fcd Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ba507fcd Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ba507fcd Branch: refs/heads/1.5.1-SNAPSHOT Commit: ba507fcdd1a77cd1edd441ffe954d74da2c433a0 Parents: a7aeb88 Author: Christopher Tubbs <[email protected]> Authored: Thu Sep 5 20:36:55 2013 -0400 Committer: Christopher Tubbs <[email protected]> Committed: Thu Sep 5 20:36:55 2013 -0400 ---------------------------------------------------------------------- src/assemble/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/ba507fcd/src/assemble/build.sh ---------------------------------------------------------------------- diff --git a/src/assemble/build.sh b/src/assemble/build.sh index 6f493b2..13463da 100755 --- a/src/assemble/build.sh +++ b/src/assemble/build.sh @@ -39,7 +39,7 @@ runAt() { } run mvn -U -P distclean clean -mvn org.apache.rat:apache-rat-plugin:0.9:check +mvn org.apache.rat:apache-rat-plugin:0.10:check COUNT=`grep '!????' target/rat.txt | wc -l` EXPECTED=53 if [ "$COUNT" -ne $EXPECTED ]
