Skip to content

Instantly share code, notes, and snippets.

@stephan-mueller
Created September 28, 2015 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephan-mueller/0be9bdeadc8426c9e528 to your computer and use it in GitHub Desktop.
Save stephan-mueller/0be9bdeadc8426c9e528 to your computer and use it in GitHub Desktop.
arquillian configuration file
<?xml version="1.0" encoding="UTF-8"?>
<arquillian xmlns="http://jboss.org/schema/arquillian"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<container qualifier="chameleon" default="true">
<configuration>
<property name="chameleonTarget">wildfly:9.0.0.Final:managed</property>
<property name="serverConfig">standalone-full.xml</property>
<property name="javaVmArguments">-Xmx512m -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n</property>
</configuration>
</container>
</arquillian>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment