Hi,

Just for your information, you can use multiple profiles with maven.
Especially, with security:

mvn test -P security     ==> runs the small tests, then the medium tests
with the security activated
mvn test -P security,localTests -Dtest=TestGet    ===> runs TestGet with
the security activated

Cheers,

N.

Reply via email to