All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gglz-test-harness.4.2.0.source-code.arquillian.xml Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
<?xml version="1.0"?>
<arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://jboss.org/schema/arquillian"
  xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

  <!--
  <engine>
    <property name="deploymentExportPath">/tmp</property>
  </engine>
  -->

  <container qualifier="wildfly-managed" default="true">
    <configuration>
      <property name="jbossHome">../target/container/wildfly-27.0.1.Final/</property>
    </configuration>
  </container>

</arquillian>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy