Updated Branches: refs/heads/sqoop2 d4b2d6165 -> 4d9bae84e
SQOOP-1123: Sqoop2: Add eclipse project metadata folder excluded from maven (Mengwei Ding 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/4d9bae84 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/4d9bae84 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/4d9bae84 Branch: refs/heads/sqoop2 Commit: 4d9bae84ea44e9683589839c6fdd9189f515fce9 Parents: d4b2d61 Author: Jarek Jarcec Cecho <[email protected]> Authored: Wed Jul 3 15:49:39 2013 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Wed Jul 3 15:49:39 2013 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/4d9bae84/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8785e01..520c107 100644 --- a/pom.xml +++ b/pom.xml @@ -455,6 +455,7 @@ limitations under the License. <exclude>**/nb-configuration.xml</exclude> <exclude>**.patch</exclude> <exclude>patch-process/*</exclude> + <exclude>.metadata/</exclude> </excludes> </configuration> </execution>
