comparison src/test/resources/arquillian.xml @ 434:7d527bff842a

Added test environment.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 06 Feb 2015 12:24:23 +0100
parents
children 4d4bbacb04e3
comparison
equal deleted inserted replaced
433:8751d2135364 434:7d527bff842a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 JBoss, Home of Professional Open Source
4 Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
5 contributors by the @authors tag. See the copyright.txt in the
6 distribution for a full listing of individual contributors.
7
8 Licensed under the Apache License, Version 2.0 (the "License");
9 you may not use this file except in compliance with the License.
10 You may obtain a copy of the License at
11 http://www.apache.org/licenses/LICENSE-2.0
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17 -->
18 <arquillian xmlns="http://jboss.org/schema/arquillian"
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://jboss.org/schema/arquillian
21 http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
22
23 <!-- Uncomment to have test archives exported to the file system for inspection -->
24 <!-- <engine> -->
25 <!-- <property name="deploymentExportPath">target/</property> -->
26 <!-- </engine> -->
27
28 <!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
29 <defaultProtocol type="Servlet 3.0" />
30
31 <!-- Example configuration for a remote JBoss Enterprise Application Platform 6 or AS 7 instance -->
32 <container qualifier="jboss" default="true">
33 <!-- By default, arquillian will use the JBOSS_HOME environment variable. Alternatively, the configuration below can be uncommented. -->
34 <!--<configuration> -->
35 <!--<property name="jbossHome">/path/to/jboss/as</property> -->
36 <!--</configuration> -->
37 </container>
38
39 </arquillian>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)