You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by bl...@apache.org on 2012/11/19 08:12:11 UTC

[1/2] git commit: SQOOP-704 Exclude patches from RAT checks in Sqoop2 (Jarek Jarcec Cecho)

Updated Branches:
  refs/heads/sqoop2 73b5b38c5 -> 145b585e8


SQOOP-704 Exclude patches from RAT checks in Sqoop2
(Jarek Jarcec Cecho)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/145b585e
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/145b585e
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/145b585e

Branch: refs/heads/sqoop2
Commit: 145b585e8d2ca1bd0942fa1f6ce0a296daee4090
Parents: 28283b1
Author: Bilung Lee <bl...@apache.org>
Authored: Sun Nov 18 23:08:19 2012 -0800
Committer: Bilung Lee <bl...@apache.org>
Committed: Sun Nov 18 23:08:19 2012 -0800

----------------------------------------------------------------------
 pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/145b585e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c778e79..c2fbd6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,6 +262,7 @@ limitations under the License.
                   <exclude>*.iml</exclude>
                   <exclude>*.log</exclude>
                   <exclude>**/nb-configuration.xml</exclude>
+                  <exclude>**.patch</exclude>
                 </excludes>
               </configuration>
             </execution>