Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist
View arquillian.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?xml version="1.0"?>
 
<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">
 
<engine>
<deploymentExportPath>/tmp</deploymentExportPath>
<maxDeploymentsBeforeRestart>${arquillian.max.deploys}</maxDeploymentsBeforeRestart>
</engine>
 
<container>
<profileName>default</profileName>
<bindAddress>127.0.0.1</bindAddress>
<httpPort>8080</httpPort>
<jbossHome>${integ.dist.dir}/jboss</jbossHome>
<javaVmArguments>-Xmx${arquillian.max.heap} -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSClassUnloadingEnabled -Djruby_home.env.ignore=true -Dgem.path=default</javaVmArguments>
</container>
 
</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.