Little late to the party, but I am using something like:
mvn test -D tags="debug1 and debug2"
I am on Cucumber 2.4.
The @
symbol is optional. You can use a tags
Maven property. And you can use boolean logic to hook up multiple tags - official docs.
Reduces the amount of typing little bit.