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

Reply via email to