You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sd...@apache.org on 2015/08/14 09:28:37 UTC

[03/50] [abbrv] incubator-sentry git commit: SENTRY-774: *.rej files should be added to rat ignore list (Dapeng Sun, reviewed by Guoquan Shen)

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 <sd...@apache.org>
Authored: Tue Jun 23 14:28:00 2015 +0800
Committer: Sun Dapeng <sd...@apache.org>
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>