Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist
View gist:1171903
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
<?xml version="1.0" encoding="UTF-8"?>^M
<arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"^M
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian-1.0.xsd">^M
^M
<<<<<<< HEAD
<engine>^M
<property name="deploymentExportPath">target/</property>^M
</engine>^M
^M
<container qualifier="jetty" default="true">^M
<configuration>^M
<property name="bindHttpPort">8080</property>^M
</configuration>^M
</container>^M
=======
<engine>^M
<property name="deploymentExportPath">target/</property>^M
</engine>^M
^M
<container qualifier="tomcat" default="false">^M
<configuration>^M
<property name="bindHttpPort">8080</property>^M
<property name="unpackArchive">true</property>^M
<property name="user">tomcat</property>^M
<property name="pass">tomcat</property>^M
</configuration>^M
</container>^M
^M
<container qualifier="glassfish" default="true">^M
<configuration>^M
<property name="sunResourcesXml">src/test/resources-glassfish-embedded/sun-resources.xml</property>^M
</configuration>^M
</container>^M
>>>>>>> some adaptations on arquillian example
</arquillian>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.