From 09e464bb5f6d8880e79a2beed45760ddfafb62a7 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Thu, 24 Mar 2022 04:42:27 +0000 Subject: poi-ooxml-lite: Check in list of classes and xsb-files to avoid the jar-to-test dependency Avoid running all tests whenever building jars as tests take a long time now and also cause large memory allocations. It is nice if the target "jar" is as fast as possible and the list of included items for ooxml-lite only changes rarely anyway. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899160 13f79535-47bb-0310-9956-ffa450edef68 --- jenkins/create_jobs.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jenkins') diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index cd5bba6682..6d5bb95210 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -201,8 +201,9 @@ rm -rf examples excelant integrationtest main ooxml ooxml-schema scratchpad buil # show which files are currently modified in the working copy svn status || true -# make sure no changed module-class-files are lingering on +# make sure no changed module-class-files or ooxml-lite-report-files are lingering on svn revert poi*/src/*/java9/module-info.* || true +svn revert src/resources/ooxml-lite-report.* || true # print out information about which exact version of java we are using echo Java-Home: $JAVA_HOME -- cgit v1.2.3