Skip to content

Commit

Permalink
HBASE-13600 check_compatibility.sh should ignore shaded jars
Browse files Browse the repository at this point in the history
  • Loading branch information
ndimiduk committed Apr 30, 2015
1 parent d88a418 commit 51ce568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/check_compatibility.sh
Expand Up @@ -191,7 +191,7 @@ for ref in 1 2; do
popd > /dev/null
fi

JAR_FIND_EXPRESSION=(-name "hbase*.jar" ! -name "*tests*" ! -name "*sources*")
JAR_FIND_EXPRESSION=(-name "hbase*.jar" ! -name "*tests*" ! -name "*sources*" ! -name "*shade*")
# Create an array of all the HBase JARs matching the find expression.
JARS=$(find ${SCRIPT_DIRECTORY}/target/compatibility/${ref} "${JAR_FIND_EXPRESSION[@]}")

Expand Down

0 comments on commit 51ce568

Please sign in to comment.