> -----Original Message----- > From: Christopher Haskins [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 25, 2004 8:39 AM > To: [EMAIL PROTECTED] > Subject: scm:update-project > > I have left most things to use the default setting, so when I do a > scm:checkout-project it checks out the source files into the 'checkouts' > directory under the <base dir>/target. I'm trying to get maven to do a > nightly build and I want to use 'scm:update-project' to update the > source before I do a build. This fails as I run it from the <base dir> > and it can't see the source files in the checkouts dir so comes back > with a message; [cvs] cvs [update aborted]: there is no version here; > run 'cvs checkout' first. > > > > What is the best practice to overcome this problem? >
I don't know if it's a best practice, but you can set the property: maven.scm.checkout.dir to the directory you need. Take a look at: http://maven.apache.org/reference/plugins/scm/properties.html HTH, Maury --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]