The default profile is fine, it includes everything required.
So if mvn clean install succeeds, all tests pass. The only speciality is the runner for the TCK test suite (module tck-runner), which runs the TCK "stand-alone"; to run the TCK on WildFly instead, append "-Dincontainer". Note that you may want to skip the DocBook translations by appending -Djdocbook.ignoreTranslations=true in case you don't have po2xml on your system.
Going to check out your PR asap.
|