RE: scm:checkout-project overrides command line parameters when project.xml exists

2004-12-11 Thread Carlos Sanchez
, 2004 5:11 PM > To: [EMAIL PROTECTED] > Subject: RE: scm:checkout-project overrides command line > parameters when project.xml exists > > Hi, > > My recent patch has broken the scm plugin. I'll take a look > ASAP but please be sure not to include it in 1.0.2. >

Re: scm:checkout-project overrides command line parameters when project.xml exists

2004-11-22 Thread Brett Porter
Looks good, just check you still get prompted for the values when running from a directory with no project.xml. A better Jelly expression would be: ${!empty(context.getVariable('...'))} I think. That should test both null and not 0 length. - Brett Quoting Carlos Sanchez <[EMAIL PROTECTED]>: > H

scm:checkout-project overrides command line parameters when project.xml exists

2004-11-22 Thread Carlos Sanchez
Hi, When I run maven scm:checkout-project -Dmaven.scm.method=cvs -Dmaven.scm.cvs.module=. -Dmaven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/cvsroot/oness -Dmaven.scm.checkout.dir=oness >From a dir with a project.xml, the cvs connection from it overrides the >command line parameters. I have made