maven-wagon pull request: Refactoring of wagon-http (follow-up to Httpclien...

2013-10-21 Thread ok2c
Github user ok2c closed the pull request at: https://github.com/apache/maven-wagon/pull/4 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-surefire pull request: [SUREFIRE-1030] Remove nested exception wrappe...

2013-10-21 Thread andrewgaul
Github user andrewgaul closed the pull request at: https://github.com/apache/maven-surefire/pull/27 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-surefire pull request: Fix type in documentation of IntegrationTestMo...

2013-10-21 Thread mfriedenhagen
Github user mfriedenhagen closed the pull request at: https://github.com/apache/maven-surefire/pull/28 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Surefire Providers and the tests are classes assumption

2013-10-21 Thread Kristian Rosenvold
The scanning logic has been moved from the forked side to the plugin side, which is why using "getDirectoryScanner" on the fork side is discouraged. The plugin communicates to the fork what work is to be done. The overall design should hold for your use case too, although there may very well have

Re: Surefire Providers and the tests are classes assumption

2013-10-21 Thread Stephen Connolly
The issue, as I see it, is that ProviderParameters now tells you to use getScanResult() and warns against using getDirectoryScanner() and as ScanResult is heavily biased towards the .class assumption there is no advertised future-proof way to scan for tests that are not .class files. This seems a