| FWIW, leaving both dev and dozip profiles out makes a valid combination,
| does it not?
|
| mvn clean install -Pitest
oh right, I forgot about the special itest's standalone.xml with predefined user.
Yeah, this should work.
Or `mvn clean install -Pitest,dev,dozip`,
but `mvn clean install -Pitest,dev` doesn't, because itests needs the zip file.
jk