Am 11/27/16 um 22:04 schrieb Robert Scholte:
> Hi,
>
> it all depends if the introduced escape character is really a good default
> and/or if we should have 2 parameters regarding escaping.
> I prefer having only 1 parameter and I think that the chosen escape
> character is not default enough
I went ahead to deploy the fix for user to try out
-Dan
On Sun, Nov 27, 2016 at 10:48 PM, Dan Tran wrote:
> I got it working by switching
>
> componentConfigurator.configureComponent( wagon, plexusConf,
> container.getContainerRealm()
> );
>
> for
>
> componentConfigurator.configureComponent(
Github user michaeltandy commented on the issue:
https://github.com/apache/maven-surefire/pull/136
I've checked this against my integration test, and it looks OK to me.
My change reported which test method was running at the time of the crash,
rather than reporting only the cl
Github user Tibor17 commented on the issue:
https://github.com/apache/maven-surefire/pull/130
@michaeltandy
I was inspired by your PR. Can you make a code review
https://github.com/apache/maven-surefire/pull/136?
I would like to run all IT tests and include yours.
---
If you
GitHub user Tibor17 opened a pull request:
https://github.com/apache/maven-surefire/pull/136
[SUREFIRE-1295] Attribute JVM crashes to tests
I have 4 tests ATest.java .. DTest.java, and CTest fails like this:
```
@Test
public void x() {
Runtime.getRunt
Hello,
I'd like to create a maven plugin that provides a custom lifecycle mapping
(META-INF/plexus/components.xml) for a custom packaging type that maps other
maven plugins' goals to lifecycle phases and then to use the created maven
plugin in a project - what's a so common scenario.
The plugi