From a7af6cd2eaf9f6ff491b9e1fabfc9c6f3d0f54bf Mon Sep 17 00:00:00 2001 From: Josh Rosen Date: Thu, 31 Mar 2016 13:52:59 -0700 Subject: [SPARK-14281][TESTS] Fix java8-tests and simplify their build This patch fixes a compilation / build break in Spark's `java8-tests` and refactors their POM to simplify the build. See individual commit messages for more details. Author: Josh Rosen Closes #12073 from JoshRosen/fix-java8-tests. --- pom.xml | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 25d6136421..37606926d7 100644 --- a/pom.xml +++ b/pom.xml @@ -1920,6 +1920,7 @@ ${test.java.home} + file:src/test/resources/log4j.properties test true ${project.build.directory}/tmp @@ -1935,6 +1936,14 @@ false ${test.exclude.tags} + + + test + + test + + + @@ -1959,6 +1968,7 @@ ${test.java.home} + file:src/test/resources/log4j.properties test true ${project.build.directory}/tmp @@ -2343,27 +2353,12 @@ java8-tests - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - - + + [1.8,) + external/java8-tests - -- cgit v1.2.3