Updated Branches: refs/heads/SQOOP-1082 b7c8a0e02 -> 67a704b55
Adding patch-process to RAT ignore Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/67a704b5 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/67a704b5 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/67a704b5 Branch: refs/heads/SQOOP-1082 Commit: 67a704b556feca487273e440e3d14cde1b2e286b Parents: b7c8a0e Author: Jarek Jarcec Cecho <[email protected]> Authored: Sun Jun 16 07:38:18 2013 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Sun Jun 16 07:38:18 2013 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/67a704b5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 43a84c4..8785e01 100644 --- a/pom.xml +++ b/pom.xml @@ -454,6 +454,7 @@ limitations under the License. <exclude>*.log</exclude> <exclude>**/nb-configuration.xml</exclude> <exclude>**.patch</exclude> + <exclude>patch-process/*</exclude> </excludes> </configuration> </execution>
