You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/06/20 16:31:10 UTC

svn commit: r1879045 - /poi/trunk/jenkins/create_jobs.groovy

Author: kiwiwings
Date: Sat Jun 20 16:31:10 2020
New Revision: 1879045

URL: http://svn.apache.org/viewvc?rev=1879045&view=rev
Log:
Update xmlbeans 4.0 everytime while it's not stable yet

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1879045&r1=1879044&r2=1879045&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sat Jun 20 16:31:10 2020
@@ -240,6 +240,8 @@ poijobs.each { poijob ->
                 writeDescription('Build was aborted due to timeout')
             }
             preBuildCleanup {
+                /* remove xmlbeans while 4.0 is not stable */
+                includePattern('**/lib/ooxml/xmlbeans*.jar')
                 includePattern('**/lib/ooxml/ooxml*.jar')
                 includePattern('sonar/*/target/**')
             }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org