[ http://jira.codehaus.org/browse/SUREFIRE-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_120969 ]
Jerome Lacoste commented on SUREFIRE-350: ----------------------------------------- BTW, this create a very small 'regression' in our hacky use of the plugin. In order to speed up build in some cases, we skipped the tests, but didn't skip the compile.tests phase. We used to achieve this with the following little convenient trick: mvn install -Dtest=x Now this doesn't work anymore and we have to do: mvn install -Dtest=x -DfailIfNoTests=false which is too much verbose to my taste. > if test parameter is provided, and no match is found, an error should occur, > not a successful build with 0 tests > ---------------------------------------------------------------------------------------------------------------- > > Key: SUREFIRE-350 > URL: http://jira.codehaus.org/browse/SUREFIRE-350 > Project: Maven Surefire > Issue Type: Bug > Affects Versions: 2.3 > Reporter: Brett Porter > Fix For: 2.4 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira