Have you tried adding this: <j:set var="testmatch" value="*DB*"/>
before invoking <maven:reactor>? On Tue, 9 Dec 2003, at 13:27:27 [GMT +0100] Javier Ramos wrote: > Hello, > I have setup a maven project that contains several subprojects. I would like to > be able to use maven:reactor element inside a goal in the master project to trigger > execution of a subset of the > unit tests in every subproject. If I do it manually inside each subproject, the > command syntax looks like: > maven -Dtestmatch=*DB* test:match > but in the maven:reactor element I don�t know if it is possible to include the > variable 'testmatch'. I browsed the documentation with no success. > Can anyone provide some help? > Thanks in advance, > Javier Ramos -- mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
