[weld-commits] Weld SVN: r6612 - extensions/trunk/src/test/resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Jul 10 10:25:46 EDT 2010


Author: dan.j.allen
Date: 2010-07-10 10:25:45 -0400 (Sat, 10 Jul 2010)
New Revision: 6612

Added:
   extensions/trunk/src/test/resources/arquillian.xml
Log:
add arquillian.xml


Added: extensions/trunk/src/test/resources/arquillian.xml
===================================================================
--- extensions/trunk/src/test/resources/arquillian.xml	                        (rev 0)
+++ extensions/trunk/src/test/resources/arquillian.xml	2010-07-10 14:25:45 UTC (rev 6612)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<arquillian xmlns="http://jboss.com/arquillian"
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+   <!-- Uncomment to have test archives exported to the file system for inspection -->
+   <!-- At the moment, archive must exit and archives with the same name will overwrite each other -->
+   <!--
+   <engine>
+      <deploymentExportPath>target/test-artifacts/</deploymentExportPath>
+   </engine>
+   -->
+
+</arquillian>



More information about the weld-commits mailing list