From 596db3117021cea11793fff2d3018e5e2907a2c9 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Sun, 12 Sep 2021 20:31:43 +0000 Subject: XmlSec/BouncyCastle and Batik are now optional disable SonarQube build based on ant remove sonar and maven directory, because POMs are now created via Gradle remove maven section from seed-build fix duplicated maven dependencies on POM export git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893289 13f79535-47bb-0310-9956-ffa450edef68 --- sonar/integration-test/pom.xml | 126 ----------------------------------------- 1 file changed, 126 deletions(-) delete mode 100644 sonar/integration-test/pom.xml (limited to 'sonar/integration-test/pom.xml') diff --git a/sonar/integration-test/pom.xml b/sonar/integration-test/pom.xml deleted file mode 100644 index 72990a0716..0000000000 --- a/sonar/integration-test/pom.xml +++ /dev/null @@ -1,126 +0,0 @@ - - 4.0.0 - - org.apache.poi - poi-parent - 5.1.1-SNAPSHOT - - - integration-test - jar - - Apache POI integration test - - - - - - maven-resources-plugin - ${maven.plugin.resources.version} - - - copy-tests - generate-test-sources - - copy-resources - - - ${basedir}/src/test/java - - - ../../poi-integration/src/test/java - - - ../../poi/src/test/java - - org/apache/poi/POIDataSamples.java - org/apache/poi/util/NullPrintStream.java - org/apache/poi/util/NullOutputStream.java - org/apache/poi/hssf/HSSFTestDataSamples.java - - - - ../../poi-integration/src/test/resources - - - - - - - - - - maven-clean-plugin - ${maven.plugin.clean.version} - - - - src - false - - - build - false - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven.plugin.surefire.version} - - @{argLine} -Duser.language=en -Duser.country=US -Xmx1024m -Djava.io.tmpdir=${basedir}/target/tmp -XX:-OmitStackTraceInFastThrow - ../.. - - - - - - - - ${project.groupId} - poi-ooxml - ${project.version} - - - ${project.groupId} - poi-scratchpad - ${project.version} - - - ${project.groupId} - poi-examples - ${project.version} - - - - org.reflections - reflections - 0.9.12 - test - - - - org.openjdk.jmh - jmh-core - 1.27 - test - - - org.apache.ant - ant - 1.10.9 - test - - - - - - -- cgit v1.2.3