Repository: incubator-sentry Updated Branches: refs/heads/master 218b1ea8e -> 00a5eba1f
SENTRY-424: Rat check occasionally failing after derby upgrade (Prasad Mujumdar via Sravya Tirukkovalur) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/00a5eba1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/00a5eba1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/00a5eba1 Branch: refs/heads/master Commit: 00a5eba1f645991d3eb2bf7365057c045f86a25f Parents: 218b1ea Author: Sravya Tirukkovalur <[email protected]> Authored: Mon Sep 15 10:25:40 2014 -0700 Committer: Sravya Tirukkovalur <[email protected]> Committed: Mon Sep 15 10:25:40 2014 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/00a5eba1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 603004f..e172e92 100644 --- a/pom.xml +++ b/pom.xml @@ -532,6 +532,7 @@ limitations under the License. <exclude>**/*.sql</exclude> <exclude>**/upgrade.*</exclude> <exclude>**/datanucleus.log</exclude> + <exclude>**/metastore_db/</exclude> </excludes> </configuration> </execution>
