
njacamar.ironjacamar-arquillian-embedded.3.0.13.Final.source-code.arquillian.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ironjacamar-arquillian-embedded Show documentation
Show all versions of ironjacamar-arquillian-embedded Show documentation
IronJacamar is an implementation of the Java EE Connector Architecture 1.7 specification
The newest version!
<?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="dev" default="true"> <configuration> <property name="javaVmArguments">-Djdk.attach.allowAttachSelf=true</property> </configuration> </container> <extension qualifier="byteman"> <property name="autoInstallAgent">true</property> <property name="agentProperties">org.jboss.byteman.verbose=true</property> </extension> </arquillian>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy