Updated Branches: refs/heads/sqoop2 cf4d23549 -> 86787f2d9
SQOOP-873: Sqoop2 build should ignore Intellij files (Hari Shreedharan via 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/86787f2d Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/86787f2d Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/86787f2d Branch: refs/heads/sqoop2 Commit: 86787f2d9d5a415e4258f2b2b6250cfd8603ce29 Parents: cf4d235 Author: Jarek Jarcec Cecho <[email protected]> Authored: Sat Feb 9 10:17:02 2013 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Sat Feb 9 10:17:02 2013 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/86787f2d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 003ac43..76833b7 100644 --- a/pom.xml +++ b/pom.xml @@ -361,7 +361,7 @@ limitations under the License. <exclude>.git/</exclude> <exclude>.gitignore</exclude> <exclude>.idea/</exclude> - <exclude>*.iml</exclude> + <exclude>**/*.iml</exclude> <exclude>*.log</exclude> <exclude>**/nb-configuration.xml</exclude> <exclude>**.patch</exclude>
