aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2019-03-31 19:29:46 +0000
committerDominik Stadler <centic@apache.org>2019-03-31 19:29:46 +0000
commit8f3935d023c8b51f9b2dd40ae30d034d382f806b (patch)
treef60136ec7e26b3138f03bb49184bd735c8b4432b
parent0e69c64a62c053f07ed401022fd54e9423cf26a7 (diff)
downloadpoi-8f3935d023c8b51f9b2dd40ae30d034d382f806b.tar.gz
poi-8f3935d023c8b51f9b2dd40ae30d034d382f806b.zip
Add integration-test-jar to jenkins target
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856690 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 3d8d057211..3023f396f8 100644
--- a/build.xml
+++ b/build.xml
@@ -2141,7 +2141,7 @@ under the License.
</target>
<!-- continuous integration targets -->
- <target name="jenkins" depends="compile, test-all, jar, javadocs, assemble, findbugs, release-notes, rat-check, forbidden-apis-check"
+ <target name="jenkins" depends="compile, test-all, jar, javadocs, assemble, findbugs, release-notes, rat-check, forbidden-apis-check, integration-test-jar"
description="Target run by Jenkins on a continuous basis. Builds and tests POI, generates artifacts and documentation, and searches for problems."/>
<available property="maven.ant.tasks.present" classname="org.apache.maven.artifact.ant.Pom"/>