get xmlbeans job to build dist artifacts

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2018-10-02 22:36:25 +00:00
parent ef397c0158
commit 92669a72bf

View File

@ -499,6 +499,10 @@ xmlbeansjobs.each { xjob ->
targets(['checkintest']) targets(['checkintest'])
antInstallation(antRT) antInstallation(antRT)
} }
ant {
targets(['dist'])
antInstallation(antRT)
}
} }
publishers { publishers {
archiveArtifacts('build/private/**') archiveArtifacts('build/private/**')