You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2019/03/02 17:10:12 UTC

svn commit: r1854654 - /xmlbeans/trunk/build.xml

Author: centic
Date: Sat Mar  2 17:10:12 2019
New Revision: 1854654

URL: http://svn.apache.org/viewvc?rev=1854654&view=rev
Log:
Add target 'jenkins' for all tasks that should run in CI

Modified:
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1854654&r1=1854653&r2=1854654&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Sat Mar  2 17:10:12 2019
@@ -601,4 +601,9 @@
         </forbiddenapis>
 
     </target>
+
+    <!-- forbidden-apis-check is currently not included as it is still failing... -->
+    <target name="jenkins"
+            depends="test,package,rat-check"
+            description="Combines all targets that are executed in CI runs"/>
 </project>
\ No newline at end of file



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