To run the Web Profile, I tried:

mvn clean verify -Dincontainer -Dwebprofile -Dcdi.tck-4-0.version=${TCK_VERSION}

Specifying both `incontainer` + `webprofile` seems to run the Full Platform tests, so I tried only specifying:

mvn clean verify -Dwebprofile -Dcdi.tck-4-0.version=${TCK_VERSION}

^ does run the Web Profile tests however the $JBOSS_HOME doesn't seem to be used as I don't see a server.log generated under the $JBOSS_HOME folder. 

Is there a way to run the CDI Web Profile tests with the specified JBOSS_HOME folder?

Thanks,

Scott