Author: asoldano
Date: 2014-12-19 10:20:44 -0500 (Fri, 19 Dec 2014)
New Revision: 19163
Modified:
stack/cxf/branches/arquillian/README
Log:
Adding a comment to the README for running the testsuite on a newtwork not allowing UDP
broadcast
Modified: stack/cxf/branches/arquillian/README
===================================================================
--- stack/cxf/branches/arquillian/README 2014-12-19 14:53:15 UTC (rev 19162)
+++ stack/cxf/branches/arquillian/README 2014-12-19 15:20:44 UTC (rev 19163)
@@ -1,13 +1,14 @@
Building and running the testsuite
------------------------------------
-Building and running the testsuite requires maven version 3.2.2 or higher.
+Building and running the testsuite requires Maven version 3.2.2 or higher.
The build follows the usual Maven flow; a wilflyXYZ profile has to be specified to tell
the project which target container to use for integration tests; if no wildflyXYZ profile
is specified, the integration tests are skipped.
mvn -PwildflyXYZ integration-test
The -Dserver.home=/foo/bar option can be used to run the testsuite against a given local
server instance; the server does not need to be already running, as the build will create
various standalone server configurations and start multiple instances.
+The -Dexclude-udp-tests=true option can be used to skip UDP tests; that might be needed
when running on a network that does not allow UDP broadcast.
The 'fast' profile can also be used to run tests concurrently.