Re: Calling Maven from Java

2012-02-14 Thread Gaurav Arora
We needed to do something similar a while back. The solution we came up was to use groovy and AntBuilder ( http://groovy.codehaus.org/Using+Ant+from+Groovy). Not that you can't do it with java but it'll just be too verbose and hard to maintain. If nothing else invoking "mvn install" from AntBuilde

Make plugin failsafe compatible

2012-02-14 Thread Gaurav Arora
Hi, I'm running robot framework tests from maven using the rf maven plugin - http://code.google.com/p/robotframework-maven-plugin/. The plugin works fine except that it fails my build and prevents post-integration-test from running and post-integration-test is where I tear down my environment. Th

RE: Parallel download dependencies in same group

2011-08-12 Thread Gaurav Arora
I have noticed that if I download two separate builds from Nexus, they both download at the same speed. It's almost as if parallel downloads (upto a certain point) are faster on nexus hence the request. Would it be okay if I worked on this and submitted a patch to download dependencies in parallel

Re: Parallel download dependencies in same group

2011-08-11 Thread Gaurav Arora
team where developers are frequently changing code so the version keeps updating. On Aug 11, 2011 8:28 PM, "Ron Wheeler" wrote: > On 11/08/2011 6:36 AM, Gaurav Arora wrote: >> Hi, >> >> I recently posted a question on stackoverflow ( >> http://stackoverflow

Parallel download dependencies in same group

2011-08-11 Thread Gaurav Arora
Hi, I recently posted a question on stackoverflow ( http://stackoverflow.com/questions/6971772/maven-parallel-download-dependencies-in-same-group) related to the topic but I only got a couple of answers and one of them turned out to be not an answer at all. My question is, can the dependency pl