Robert Scholte created MINVOKER-140:
---------------------------------------

             Summary: Support exclusion with invokerTest
                 Key: MINVOKER-140
                 URL: https://jira.codehaus.org/browse/MINVOKER-140
             Project: Maven 2.x Invoker Plugin
          Issue Type: Improvement
    Affects Versions: 1.7
            Reporter: Robert Scholte


It would be nice if we could let the plugin execute "all except testX".
I'm thinking of {{-Dinvoker.test=!testX}}
Only discussion: is the '!' for ony this test or for the whole line?
Concrete: {{-Dinvoker.test=!testX,testY}}
should this be read as !(testX, testY) or (!testX), testY ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to