diff --git a/java/flight/flight-sql-jdbc-driver/pom.xml b/java/flight/flight-sql-jdbc-driver/pom.xml index f374cd5b36195..21bce50862f82 100644 --- a/java/flight/flight-sql-jdbc-driver/pom.xml +++ b/java/flight/flight-sql-jdbc-driver/pom.xml @@ -32,7 +32,6 @@ ${project.parent.version} ${project.name} ${project.version} - ${project.build.directory}/coverage-reports/jacoco-ut.html @@ -250,121 +249,6 @@ - - org.jacoco - jacoco-maven-plugin - 0.8.8 - - - - prepare-agent - - - - ${jacoco.ut.execution.data.file} - - surefireArgLine - - - - - report - test - - report - - - - ${jacoco.ut.execution.data.file} - - - - - - check - - check - - - ${jacoco.ut.execution.data.file} - - - CLASS - - org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl - - org.apache.arrow.driver.jdbc.utils.UrlParser - - - - BRANCH - COVEREDRATIO - 0.80 - - - - - - - - - - - - jdk8 - - 1.8 - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - ${surefireArgLine} - - **/IT*.java - - false - - ${project.basedir}/../../../testing/data - - - - - - - - - jdk9+ - - [9,] - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - ${surefireArgLine} --add-opens=java.base/java.nio=ALL-UNNAMED - - **/IT*.java - - false - - ${project.basedir}/../../../testing/data - - - - - - -