https://community.jboss.org/wiki/GetStartedWithHTML5MobileWebDevelopmentWithJBoss
mvn clean test -Parq-jbossas-remote
results in
[WARNING] The requested profile "arg-jbossas-remote" could not be activated beca
use it does not exist.
IF the reader follows the documentation literally - because of the mvn jboss-as:undeploy- the application needs to be deployed.
We can make the paragraph more clear by saying " make sure the AS instance is started at the application deployed via mvn jboss-as:deploy"