SENTRY-774: *.rej files should be added to rat ignore list (Dapeng Sun, reviewed by Guoquan Shen)
Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/c56f1d26 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/c56f1d26 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/c56f1d26 Branch: refs/heads/hive_plugin_v2 Commit: c56f1d26042defa06286910952a3c9c87e0dd124 Parents: 4e03bdb Author: Sun Dapeng <[email protected]> Authored: Tue Jun 23 14:28:00 2015 +0800 Committer: Sun Dapeng <[email protected]> Committed: Tue Jun 23 14:28:00 2015 +0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/c56f1d26/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8bcf1d0..c623819 100644 --- a/pom.xml +++ b/pom.xml @@ -753,6 +753,7 @@ limitations under the License. <exclude>**/upgrade.*</exclude> <exclude>**/datanucleus.log</exclude> <exclude>**/metastore_db/</exclude> + <exclude>**/*.rej</exclude> </excludes> </configuration> </execution>
