You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marko Bauhardt <ma...@web.de> on 2005/08/01 11:40:50 UTC

Re: maven test:match

SORRY!! I use a wrong pattern
wrong:  maven test:match -Dtestmatchpattern=* -Dtestnotmatchpattern=Pre*
correct:  maven test:match -Dtestmatchpattern=**/* - 
Dtestnotmatchpattern=**/Pre*


Am 01.08.2005 um 11:26 schrieb Marko Bauhardt:

>
> i have checked out the lates src and install the plugin. but it  
> doesnt work. this plugin ignores the properties "testmatchpattern"  
> and "testnotmatchpattern".
> if i use "testmatch" only these tests will be use. But  
> "testnotmatch" will be ignores.
>
> But the the ChangeLogEntry 1.7-SNAPHOT is:
> Added testnotmatchpattern that can be used in test:match
>
> Hm? :-(