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