5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-08 13:40:28 +08:00

SQOOP-1832: Sqoop2: Enforce that integration test working directory is always in target/ directory

(Jarek Jarcec Cecho via Abraham Elmahrek)
This commit is contained in:
Abraham Elmahrek 2014-12-07 23:52:44 -06:00
parent bdbf65d670
commit 2099cbad65

View File

@ -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>