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
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
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
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é
--
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