[GitHub] maven-surefire pull request: [SUREFIRE-987] and [SUREFIRE-1109]

2014-11-09 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/67 [SUREFIRE-987] and [SUREFIRE-1109] Added surefire/failsafe property for parameters runOrder and suiteXmlFiles. You can merge this pull request into a Git repository by running: $ git pul

Re: [VOTE] Release Apache Maven JXR version 2.5

2014-11-09 Thread Hervé BOUTEMY
cause of this strange "Default target for maven-compiler-plugin version 3.1"JDK requirement found: http://jira.codehaus.org/browse/MPLUGIN-279 parent poms updated to avoid this problem: https://issues.apache.org/jira/browse/MPOM-63 and before the parent poms are released, every plugin should con

Re: Surefire plugin - external streamed test name source

2014-11-09 Thread Andreas Gudian
Hi Marek, interesting... For Surefire 3.0 we have some stuff in mind to allow users hooking in the surefire logic at several points, one of them being the determination of tests to run and their execution order. I didn't think about that particular case of yours, yet. But good to know. As for the

releasing maven-toolchains-plugin

2014-11-09 Thread Hervé BOUTEMY
a complete IT has been added with custom toolchain, and documentation http://maven.eu.apache.org/plugins-archives/maven-toolchains-plugin-LATEST/toolchains/custom.html I intend to do the release in a few days: please chime in if you see anything to do before releasing Regards, Hervé --

A home for some seemingly common code

2014-11-09 Thread Benson Margulies
I've been working with/on a plugin for talking to github, and I'm staring at some fairly complex code for processing proxy information from settings.xml, and some slightly less complex code for obtaining and decrypting credentials from servers. Is there a shared component in which I put this? (I d