Re: Restore default escaping in maven-resources-plugin?

2016-11-28 Thread Christian Schulte
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

Re: Maven Classloader issue at Wagon

2016-11-28 Thread Dan Tran
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] maven-surefire issue #136: [SUREFIRE-1295] Attribute JVM crashes to tests

2016-11-28 Thread michaeltandy
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] maven-surefire issue #130: [SUREFIRE-1295] Attribute JVM crashes to tests

2016-11-28 Thread Tibor17
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] maven-surefire pull request #136: [SUREFIRE-1295] Attribute JVM crashes to t...

2016-11-28 Thread Tibor17
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

Propagate configuration to lifecycle mapping's plugins

2016-11-28 Thread Mario Krizmanić
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