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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to