You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by md...@apache.org on 2013/08/15 07:24:13 UTC

[6/7] git commit: ACCUMULO-1546 use the correct rat plugin

ACCUMULO-1546 use the correct rat plugin


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/360392ca
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/360392ca
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/360392ca

Branch: refs/heads/1.4.4-SNAPSHOT
Commit: 360392ca2401b42cd52530c0572434fe92cc78bc
Parents: 9c33ef4
Author: Mike Drob <md...@mdrob.com>
Authored: Wed Aug 14 22:30:12 2013 -0400
Committer: Mike Drob <md...@mdrob.com>
Committed: Thu Aug 15 01:16:18 2013 -0400

----------------------------------------------------------------------
 src/assemble/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/360392ca/src/assemble/build.sh
----------------------------------------------------------------------
diff --git a/src/assemble/build.sh b/src/assemble/build.sh
index 02d58f9..6f493b2 100755
--- a/src/assemble/build.sh
+++ b/src/assemble/build.sh
@@ -39,7 +39,7 @@ runAt() {
 }
 
 run mvn -U -P distclean clean 
-mvn rat:check 
+mvn org.apache.rat:apache-rat-plugin:0.9:check
 COUNT=`grep '!????' target/rat.txt | wc -l`
 EXPECTED=53
 if [ "$COUNT" -ne $EXPECTED ]