Browse Source

Update xmlbeans 4.0 everytime while it's not stable yet

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879045 13f79535-47bb-0310-9956-ffa450edef68
tags/before_ooxml_3rd_edition
Andreas Beeker 3 years ago
parent
commit
b4b5603318
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      jenkins/create_jobs.groovy

+ 2
- 0
jenkins/create_jobs.groovy View File

@@ -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/**')
}

Loading…
Cancel
Save