Re: Maven in Vagrantup?

2012-10-10 Thread Clodan
Hello, well If make mvn install -X then I get the following: java.io.IOException: error=12, Cannot allocate memory(..) testDistributedLanczosSolverEVJCLI(org.apache.mahout.math.hadoop.decomposer.TestDistributedLanczosSolverCLI): Error while running command to get file permissions :

Re: Maven in Vagrantup?

2012-10-10 Thread Barrie Treloar
On Wed, Oct 10, 2012 at 5:21 PM, Clodan majin_clo...@t-online.de wrote: [del] Do you or someone else maybe know what I can do? Even if it isn't the fault of maven maybe someone can tell me what to do? Maybe some know where I can find the log? Since 2 days I try to solve the problem but I can't

Re: Maven in Vagrantup?

2012-10-10 Thread Wayne Fay
java.io.IOException: error=12, Cannot allocate memory(..) testDistributedLanczosSolverEVJCLI(org.apache.mahout.math.hadoop.decomposer.TestDistributedLanczosSolverCLI): Error while running command to get file permissions : java.io.IOException: Cannot run program /bin/ls: java.io.IOException:

Re: Unifying maven-nar-plugin implementations

2012-10-10 Thread Curtis Rueden
Hi Stephen everyone, Don't forget to change the artifactId to nar-maven-plugin or such as maven-___-plugin is reserved for maven.apache.org owned plugins Thanks, I filed an issue for it on GitHub: https://github.com/maven-nar/maven-nar-plugin/issues/9 Regards, Curtis On Tue, Oct 9, 2012

How to optimize maven dependencies to get better performance?

2012-10-10 Thread Wang, Simon
Hi, We're in trouble of terrible performance on resolve maven dependencies. I did some search about it. Basically below ways should be helpful: 1. optimize nexus server to improve response time. 2. optimize maven dependencies. 1) avoid duplicated dependencies 2) avoid dependency conflict

Re: How to optimize maven dependencies to get better performance?

2012-10-10 Thread Jesse Farinacci
Greetings, On Wed, Oct 10, 2012 at 11:16 PM, Wang, Simon yunfeng.w...@ebay.com wrote: We're in trouble of terrible performance on resolve maven dependencies. Any others suggestions? No -SNAPSHOT dependencies not in the reactor. No version range dependencies. No -U mvn invocation. One single

Re: How to optimize maven dependencies to get better performance?

2012-10-10 Thread Barrie Treloar
On Thu, Oct 11, 2012 at 1:46 PM, Wang, Simon yunfeng.w...@ebay.com wrote: Hi, We're in trouble of terrible performance on resolve maven dependencies. I did some search about it. Basically below ways should be helpful: 1. optimize nexus server to improve response time. 2. optimize maven

RE: How to optimize maven dependencies to get better performance?

2012-10-10 Thread Wang, Simon
Hi, Barrie, That's really helpful! Even I have local cache, it also takes about 2 mins to resolve dependencies. Also it seems maven still will talk with remote maven server even I have local cache. Yes, maybe it's caused by unspecified version numbers for dependencies. I'll

RE: How to optimize maven dependencies to get better performance?

2012-10-10 Thread Wang, Simon
Thanks Jesse. I'll try that. Regards Simon -Original Message- From: Jesse Farinacci [mailto:jie...@gmail.com] Sent: 2012年10月11日 11:47 To: Maven Users List Subject: Re: How to optimize maven dependencies to get better performance? Greetings, On Wed, Oct 10, 2012 at 11:16 PM, Wang, Simon