diff --git a/pom.xml b/pom.xml index 2b295473eb..542d96180f 100644 --- a/pom.xml +++ b/pom.xml @@ -105,14 +105,8 @@ 1.1.10.4 3.1.0 ${project.build.directory}/tmp + ${project.build.directory}/logs 1.7.9 - - --add-opens=java.base/java.lang=ALL-UNNAMED - --add-opens=java.base/java.util=ALL-UNNAMED - --add-opens java.base/java.io=ALL-UNNAMED - -Dnet.bytebuddy.experimental=true - - true @@ -959,11 +953,18 @@ false 900 true - -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError - ${test.jvm.args} + + -XX:+HeapDumpOnOutOfMemoryError + --add-opens=java.base/java.lang=ALL-UNNAMED + --add-opens=java.base/java.util=ALL-UNNAMED + --add-opens=java.base/java.io=ALL-UNNAMED + -Dnet.bytebuddy.experimental=true + ${java.home} + ${test.log.dir} 4 + test-external-id ${test.build.data} diff --git a/tez-dag/pom.xml b/tez-dag/pom.xml index 10579f2c5b..908b281b68 100644 --- a/tez-dag/pom.xml +++ b/tez-dag/pom.xml @@ -31,7 +31,6 @@ org.apache.tez.dag.app.rm.container.AMContainerImpl Tez Tez.gv - ${project.build.directory}/logs tez-dag @@ -205,17 +204,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${test.jvm.args} - - ${test.log.dir} - test-external-id - - - com.github.os72 protoc-jar-maven-plugin diff --git a/tez-ext-service-tests/pom.xml b/tez-ext-service-tests/pom.xml index c85f542289..0231a7a0d9 100644 --- a/tez-ext-service-tests/pom.xml +++ b/tez-ext-service-tests/pom.xml @@ -25,10 +25,6 @@ tez-ext-service-tests - - ${project.build.directory}/logs - - io.netty @@ -157,16 +153,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${test.jvm.args} - - ${test.log.dir} - - - org.apache.rat apache-rat-plugin diff --git a/tez-tests/pom.xml b/tez-tests/pom.xml index 25e82c66ba..cf76bdd3bd 100644 --- a/tez-tests/pom.xml +++ b/tez-tests/pom.xml @@ -24,10 +24,6 @@ tez-tests - - ${project.build.directory}/logs - - org.apache.tez @@ -156,16 +152,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${test.jvm.args} - - ${test.log.dir} - - - org.apache.maven.plugins maven-jar-plugin