Hi, On 12/7/06, Jan Kuźniak <[EMAIL PROTECTED]> wrote:
Strange, it works for me. I have always thought that command line parameters override pom ones. Am I wrong?
The <skip> in pom.xml seems to override the command line at least for me. Marcel, you'll actually want to keep the first <skip>true</skip> in place to prevent the Surefire plugin from executing all **/*Test.java classes as individual test cases. We already have the TestAll.classes that do that. BR, Jukka Zitting
