[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-26 Thread juherr
Github user juherr commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-16224 Thank! I missed `resetInitialGoals( version )` before. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-26 Thread juherr
Github user juherr commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-159995366 @Tibor17 I tried to add some test cases in `TestNgListenerReporter` but I don't know how to override the testng version used by the test. Currently, it is

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-26 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-159998029 You can override the TestNG version by `resetInitialGoals( version )` method and you can see the usage of the method in `CheckTestNgVersionsIT`. The version is

Re: Why can't dependency plugin "see" statics /and staticimports

2015-11-26 Thread Kristian Rosenvold
What I still dont understand is; the string might be inlined, but the "import" still seems to be visible in the bytecode. Shouldn't dependency:analyze consider this a "usage" ? Kristian 2015-11-25 10:31 GMT+01:00 Stephen Connolly : > Well here's a how do you

Re: Why can't dependency plugin "see" statics /and staticimports

2015-11-26 Thread Anders Hammar
I've similar issues with the analyze. There are unused imports in the source code (lazy devs) which aren't seen by the analyzer. Haven't looked into the byte code, but guess it's the same issue as here. /Anders On Thu, Nov 26, 2015 at 9:25 AM, Kristian Rosenvold < kristian.rosenv...@gmail.com>