-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The arquillian tests are always skipped in the archetype jboss-html5-mobile-archetype regardless if any of the profiles:
mvn clean test -Parq-jbossas-remote
mvn clean test -Parq-jbossas-managed
is activated.
The problem is that the profile with id=default is always activated and in this profile is defined that the tests should be skipped. I would suggest to remove this profile, move the configuration of the maven-surefire-plugin into the "standard build section", set the property skipTests=true and rewrite this property to "true" in all profiles, where the tests should be run.