Repository: sqoop Updated Branches: refs/heads/sqoop2 bdbf65d67 -> 2099cbad6
SQOOP-1832: Sqoop2: Enforce that integration test working directory is always in target/ directory (Jarek Jarcec Cecho via Abraham Elmahrek) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/2099cbad Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/2099cbad Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/2099cbad Branch: refs/heads/sqoop2 Commit: 2099cbad654addb4e62a12a76b504f1e43a2a831 Parents: bdbf65d Author: Abraham Elmahrek <[email protected]> Authored: Sun Dec 7 23:52:44 2014 -0600 Committer: Abraham Elmahrek <[email protected]> Committed: Sun Dec 7 23:52:44 2014 -0600 ---------------------------------------------------------------------- test/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/2099cbad/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index cafa250..eedb545 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -137,7 +137,9 @@ limitations under the License. <excludes> <exclude>**/integration/**</exclude> </excludes> - + <systemPropertyVariables> + <sqoop.integration.tmpdir>${project.build.directory}</sqoop.integration.tmpdir> + </systemPropertyVariables> </configuration> <executions> <execution> @@ -153,9 +155,6 @@ limitations under the License. <includes> <include>**/integration/**</include> </includes> - <systemPropertyVariables> - <sqoop.integration.tmpdir>${project.build.directory}</sqoop.integration.tmpdir> - </systemPropertyVariables> </configuration> </execution> </executions>
