Re: Adding @Nonnull annotations to EnforcerRule

2015-02-28 Thread Baptiste Mathus
Hi, I went ahead and filed https://jira.codehaus.org/browse/MENFORCER-227 and attached the associated ~5 lines patch. For reference I used the dependency mentioned by Kristian here http://mail-archives.apache.org/mod_mbox/maven-dev/201409.mbox/%3CCAJZRQKyicOyE-W57cuUnFnFzvihZyhDqCx0TGpDy-i=olx2...

[GitHub] maven-surefire pull request: SUREFIRE-1146 rerunFailingTestsCount ...

2015-02-28 Thread riksmith
GitHub user riksmith opened a pull request: https://github.com/apache/maven-surefire/pull/86 SUREFIRE-1146 rerunFailingTestsCount not working with Parameterized test This is not necessarily the correct way and only place to fix this, but it at least shows where the problem is. You

Re: Maven 3.2.6

2015-02-28 Thread Jason van Zyl
Great, thanks. I'm just working away on the work I'd like to get in. So tentatively hope to be done this weekend. On Feb 28, 2015, at 7:03 AM, Andreas Gudian wrote: > I'm done with my changes (documented in MNG-5776), and it seems to work - > no at least the java process is started with the rig

Re: Maven 3.2.6

2015-02-28 Thread Andreas Gudian
I'm done with my changes (documented in MNG-5776), and it seems to work - no at least the java process is started with the right parameters and no script variables leak out into the cmd console... ;-) @Igor: thanks for checking up, I overlooked your second commit with the change of the VM-argument

[GitHub] maven-plugins pull request: MECLIPSE-738: Fix constructing a Linke...

2015-02-28 Thread josephw
GitHub user josephw opened a pull request: https://github.com/apache/maven-plugins/pull/45 MECLIPSE-738: Fix constructing a LinkedResource with a locationURI Allow that either, but not both, and not neither, of the location properties could be set. Include tests, and upgrade JUni