Github user martin-g commented on a diff in the pull request:
https://github.com/apache/wicket/pull/129#discussion_r33227694
--- Diff: testing/wicket-arquillian/src/test/resources/arquillian.xml ---
@@ -0,0 +1,20 @@
+<?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">
+
+ <defaultProtocol type="Servlet 3.0" />
+ <engine>
+ <property name="deploymentExportPath">target</property>
+ </engine>
+
+ <container qualifier="wildfly" default="true">
+ <configuration>
+ <property
name="jbossHome">target/wildfly-8.1.0.Final</property>
--- End diff --
It seems this is wrong now. I'll fix it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---