comparison src/test/resources/arquillian.xml @ 1:177351d4cca9

Added files from jboss-javaee6-webapp-blank-archetype
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 18 Apr 2013 10:45:15 +0200
parents
children
comparison
equal deleted inserted replaced
0:83b0822c2aab 1:177351d4cca9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <arquillian xmlns="http://jboss.org/schema/arquillian"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://jboss.org/schema/arquillian
5 http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
6
7 <!-- Uncomment to have test archives exported to the file system for inspection -->
8 <!-- <engine> -->
9 <!-- <property name="deploymentExportPath">target/</property> -->
10 <!-- </engine> -->
11
12 <!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
13 <defaultProtocol type="Servlet 3.0" />
14
15 <!-- Example configuration for a remote JBoss AS 7 instance -->
16 <container qualifier="jboss" default="true">
17 <!-- If you want to use the JBOSS_HOME environment variable, just delete the jbossHome property -->
18 <configuration>
19 <property name="jbossHome">/path/to/jboss/as</property>
20 </configuration>
21 </container>
22
23 </arquillian>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)