Skip to content

Instantly share code, notes, and snippets.

@gutomcosta
Created February 15, 2013 17:56
Show Gist options
  • Save gutomcosta/4962097 to your computer and use it in GitHub Desktop.
Save gutomcosta/4962097 to your computer and use it in GitHub Desktop.
Arquillian.xml
<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="jbossas-managed" default="true">
<configuration>
<property name="jbossHome">${JBOSS_HOME}</property>
</configuration>
</container>
</arquillian>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment