You can clone with HTTPS or SSH.
<?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> <property name="deploymentExportPath">/tmp</property> <property name="maxDeploymentsBeforeRestart">${arquillian.max.deploys}</property> </engine> <container> <configuration qualifier="jbossas" default="true"> <property name="profileName">default</property> <property name="bindAddress">127.0.0.1</property> <property name="httpPort">8080</property> <property name="jbossHome">${integ.dist.dir}/jboss</property> <property name="javaVmArguments">-Xmx${arquillian.max.heap} -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSClassUnloadingEnabled -Djruby_home.env.ignore=true -Dgem.path=default</property> </configuration> </container> </arquillian>