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:
parent
bdbf65d670
commit
2099cbad65
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user