maven 3.1.1 crashes on GC overhead limit exceeded with millions of org.eclipse.aether.graph.DefaultDependencyNode

2014-08-26 Thread Juven Xu
maven: 3.1.1 jdk: 1.7.0_25 Java HotSpot(TM) Server VM (build 23.25-b01, mixed mode) the error message is: [INFO] Building buy-client 1.1.8-o2o630-SNAPSHOT [INFO] [WARNING] The POM for com.taobao.logistics:logistics-comm

Re: Welcome Karl Heinz Marbaise to the Maven PMC

2014-08-26 Thread Dan Tran
Congratulation Karl! you are my release guru :) -D On Tue, Aug 26, 2014 at 11:53 AM, Stephane Nicoll wrote: > Congrats Karl! > > > On Tue, Aug 26, 2014 at 7:41 AM, Barrie Treloar > wrote: > > > I'm pleased to announce that the Maven PMC has voted to add Karl to the > > Maven PMC. > > > > Wel

Re: Welcome Karl Heinz Marbaise to the Maven PMC

2014-08-26 Thread Stephane Nicoll
Congrats Karl! On Tue, Aug 26, 2014 at 7:41 AM, Barrie Treloar wrote: > I'm pleased to announce that the Maven PMC has voted to add Karl to the > Maven PMC. > > Welcome, Karl. >

Re: Welcome Karl Heinz Marbaise to the Maven PMC

2014-08-26 Thread d...@fortysix.ch
Congratulation Karl! Domi On 26 Aug 2014, at 07:41, Barrie Treloar wrote: > I'm pleased to announce that the Maven PMC has voted to add Karl to the > Maven PMC. > > Welcome, Karl. - To unsubscribe, e-mail: users-unsubscr...@m

Re: Welcome Karl Heinz Marbaise to the Maven PMC

2014-08-26 Thread Robert Scholte
Hi Karl-Heinz, Congratulations and enjoy! Robert Op Tue, 26 Aug 2014 07:41:16 +0200 schreef Barrie Treloar : I'm pleased to announce that the Maven PMC has voted to add Karl to the Maven PMC. Welcome, Karl. - To unsubsc

Different configuration for different categories/groups?

2014-08-26 Thread Jaromir Hamala
Hi, I'd like to run tests in a category/group "Parallel" in multiple JVMs in parallel and other tests in just a single JVM. I can create multiple profiles, however a single invocation "mvn test" should give me a result for all tests. Is it something I can achieve with Surefire? My tests use JUnit

how to access properties defined in other module pom in maven multimodule project

2014-08-26 Thread HimanshuR
n pom of A.B.C i have defined a property as abc where A B C are modules. Now i want to access that property in pom of A.D.F module ${buildNumber} org.codehaus.mojo buildnumber-maven-plugin 1.3 buildnumber