Author: gpetracek
Date: Thu Feb 20 15:24:21 2014
New Revision: 1570223
URL: http://svn.apache.org/r1570223
Log:
updated content
Modified:
deltaspike/site/trunk/content/build.mdtext
Modified: deltaspike/site/trunk/content/build.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/build.mdtext?rev=1570223&r1=1570222&r2=1570223&view=diff
==============================================================================
--- deltaspike/site/trunk/content/build.mdtext (original)
+++ deltaspike/site/trunk/content/build.mdtext Thu Feb 20 15:24:21 2014
@@ -64,13 +64,21 @@ Set JBoss_HOME
mvn clean install -Pjbossas-managed-7
-### WildFly8
+### JBoss WildFly8
#### Without existing WF8
**Executing the Arquillian tests with JBoss-WF8 (without WF8 installation)**
mvn clean install -Pwildfly-build-managed
+#### With existing WF8
+
+Set WILDFLY_HOME
+
+**Executing the Arquillian tests with JBoss-WF8 (WF8 installation required)**
+
+ mvn clean install -Pwildfly-managed
+
### GlassFish 3.1
Install GlassFish (default setup without admin-password) and start GlassFish
with asadmin start-domain **and** asadmin start-database