Author: centic
Date: Sun Mar 31 19:29:46 2019
New Revision: 1856690

URL: http://svn.apache.org/viewvc?rev=1856690&view=rev
Log:
Add integration-test-jar to jenkins target

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1856690&r1=1856689&r2=1856690&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Mar 31 19:29:46 2019
@@ -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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to