RE: Arguments for Maven vs. Gradle

2012-09-10 Thread KARR, DAVID
-Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] Sent: Sunday, September 09, 2012 4:43 PM To: users@maven.apache.org Subject: Re: Arguments for Maven vs. Gradle Moving from Ant to Maven is a change of attitude. You are right that Maven does make builds

Pass jam args to surefire on the command line

2012-09-10 Thread John Kramer
Hi guys, Quick question. Is there a way to pass arguments to the JVMs that surefire starts from the maven command line. For example, I can set the JVM max memory to the surefire JVM in a pom.xml: plugin

Re: Pass jam args to surefire on the command line

2012-09-10 Thread Laird Nelson
On Mon, Sep 10, 2012 at 8:52 AM, John Kramer jkra...@mojiva.com wrote: Quick question. Is there a way to pass arguments to the JVMs that surefire starts from the maven command line. Hi, John; any parameter that has a documented expression can be invoked on the command line instead, like

Multi module project and seperate builds

2012-09-10 Thread Julian Wiesner
Dear Maven User Community, I have just recently started using Maven and I’m intrigued by it. It’s the first time I’m using a build management tool, but I have come across a few problems. I’ve been searching the wiki and forums for a while and I haven’t seen a scenario that particularly pertained

Corrupted Assembly, when using a type:pom dependency

2012-09-10 Thread Stefan Rademacher
Hi all, I want to create an assembly, using a moduleSet. With the following (simplified) example, I select a certain artifact, define the output directory and provide a naming pattern. assembly iddistribution/id formats formatzip/format /formats moduleSets moduleSet

Re: Multi module project and seperate builds

2012-09-10 Thread Wayne Fay
#9830; A client module where the code is adjusted to fit a client side jar. i.e. Add classes, change code in common classes. Can you tell us specifics about what you mean when you say adjusted? How are you currently building your code with the various differences etc? What does change code

Re: Pass jam args to surefire on the command line

2012-09-10 Thread John Kramer
Thanks. Appreciate the help. John Kramer email: jkra...@mojiva.com mobile: 314.435.2370 skype: kramer.mojiva twitter: @KramerKnowsTech https://twitter.com/KramerKnowsTech 0xCAFEBABE0032 On 9/10/12 12:59 PM, Laird Nelson ljnel...@gmail.com wrote: On Mon, Sep 10, 2012 at 8:52 AM, John