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/12/13 18:11:48 UTC

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

Author: kiwiwings
Date: Sun Dec 13 18:11:48 2020
New Revision: 1884387

URL: http://svn.apache.org/viewvc?rev=1884387&view=rev
Log:
remove old ooxml beans

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=1884387&r1=1884386&r2=1884387&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sun Dec 13 18:11:48 2020
@@ -253,6 +253,8 @@ poijobs.each { poijob ->
                 includePattern('**/lib/ooxml/xmlbeans*.jar')
                 includePattern('**/lib/ooxml/ooxml*.jar')
                 includePattern('sonar/*/target/**')
+                /* remove ooxml-schemas while the builds migrate to 5th edition */
+                includePattern('build/xmlbean-*/**')
             }
             if(poijob.sonar) {
                 credentialsBinding {



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