Thanks, Brett and Dan. Using the current version helped. Now I've got other problems, but not related to Maven!
Thanks again! Todd Farmer -----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 9:44 AM To: Maven Users List Subject: Re: Maven/SVN configuration help You must have the latest SCM plugin (1.5) to use the SVN provider (and that uses the new goals from the web site). http://maven.apache.org/start/download.html#Updated_Plugins On 6/22/05, Farmer, Todd <[EMAIL PROTECTED]> wrote: > Hi, > > > > I am looking for documentation on using the Maven SCM goals with > Subversion. When I run scm:checkout-project, here's what I get: > > > > build:start: > > > > scm:parse-connection: > > [echo] Using connection: scm:svn:svn+ssh://[my svn > host]/usr/local/[my svn repo]/[my svn project] > > Using SCM method: svn > > Using SVN repository: svn+ssh://[my svn host]/usr/local/[my svn > repo]/[my svn project] > > Using module: [my svn project] > > BUILD SUCCESSFUL > > Total time: 3 seconds > > Finished at: Tue Jun 21 09:17:19 PDT 2005 > > > > It does not import the project. I've tried looking in the documentation > for the Maven SCM goals > (http://maven.apache.org/reference/plugins/scm/), but the goals listed > on that site differ from those in my implementation (I use > scm:checkout-project, where the online docs refer to what appears to be > the same goal as scm:checkout). > > > > Is there anybody out there who has successfully integrated SVN goals > into their Maven POM? And if so, is there additional documentation that > was useful in getting up and running? > > > > Thanks! > > > > > > Todd Farmer > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
