5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-12 06:51:09 +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> <excludes>
<exclude>**/integration/**</exclude> <exclude>**/integration/**</exclude>
</excludes> </excludes>
<systemPropertyVariables>
<sqoop.integration.tmpdir>${project.build.directory}</sqoop.integration.tmpdir>
</systemPropertyVariables>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
@ -153,9 +155,6 @@ limitations under the License.
<includes> <includes>
<include>**/integration/**</include> <include>**/integration/**</include>
</includes> </includes>
<systemPropertyVariables>
<sqoop.integration.tmpdir>${project.build.directory}</sqoop.integration.tmpdir>
</systemPropertyVariables>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>