Make sure the CLI gets these arguments: --tags @done --tags @important
How you pass that from your shell to Maven via system properties is up to you.
The JVM doesn't allow you to specify a system variable twice (the last
one will just clobber previous ones).
For example - in your pom:
<argument>${cucumber.tags}</argument>
And from your shell:
-Dcucumber.tags="--tags @done --tags @important"
Aslak
>
> --
> -- Rules --
>
> 1) Please prefix the subject with [Ruby], [JVM] or [JS].
> 2) Please use interleaved answers
>
http://en.wikipedia.org/wiki/Posting_style#Interleaved_style
> 3) If you have a question, don't reply to an existing message. Start a new
> topic instead.
>
> You received this message because you are subscribed to the Google Groups
> Cukes group. To post to this group, send email to
cu...@googlegroups.com. To
> unsubscribe from this group, send email to
>
cukes+un...@googlegroups.com. For more options, visit this group at
>
https://groups.google.com/d/forum/cukes?hl=en
>
>