mvn scm:bootstrap -DconnectionUrl=yourcvsscmurl -DcheckoutDirectory=xyz -Dgoals=install
http://maven.apache.org/scm/ -D On 1/13/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > > I know it is doable with the scm plugin but you don't have to use > Maven for this part in my mind since a checkout is not part of the > regular build lifecycle. My advice would be to use your regular scm > explorer, check out the project, then work with Maven. > > On 1/13/06, Mike <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I'm new to Maven and using Maven 2.0.1. I'm trying to build my project > > target from source stored in my CVS repository. I've googled and > > haven't found anything indicating if this is possible. > > > > Is this possible? If so, can someone explain how to make the connection > > or point me to documentation that explains what needs to be done for > > Maven 2.0? > > > > Thanks, > > Mike > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Alexandre Poitras > Québec, Canada > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
