Re: scm of maven

2007-04-23 Thread Emmanuel Venisse
what is your SCM plugin version? Emmanuel yi bo a écrit : Hey, all. I can't for the life of me figure out why the CVS SCM provider can't check out my source files from CVS. I noticed in a couple prior posts that the CVSNT executable requires a login from the same shell prior to starting

RE: scm of maven

2007-04-23 Thread Wagner, James
Have you tried this. mvn -e scm:checkout -DcheckoutDirectory=src/main/java -Dincludes=*.java -DscmVersion=My_Release_1_0 -DscmVersionType=branch -Dmaven.scm.provider.cvs.implementation=cvs_native -DconnectionUrl=scm:cvs:pserver:user_name:[EMAIL PROTECTED]:my_cvs_home_path:my_cvs_module_path

Re: SCM with Maven philosophy

2006-07-17 Thread dan tran
The main purpose if scm:checkout is to allow user to fetch the source base on a scmurl input ( thru -DconnectionUrl), However it also can pickup the connectionUrl in the pom.xml of the execution directory ( your pom). Because of that and to work for both cases, your source files are checked out

RE: SCM with Maven philosophy

2006-07-17 Thread HUGOT Franck
76 54 66 [EMAIL PROTECTED] ~ -Message d'origine- De : dan tran [mailto:[EMAIL PROTECTED] Envoyé : lundi 17 juillet 2006 17:25 À : Maven Users List Objet : Re: SCM with Maven philosophy The main purpose if scm:checkout is to allow user

Re: SCM with Maven philosophy

2006-07-17 Thread dan tran
Des Développements DSI/PAT/DAOS/SUDD Tel : (+33) 01 60 76 54 66 [EMAIL PROTECTED] ~ -Message d'origine- De: dan tran [mailto:[EMAIL PROTECTED] Envoyé: lundi 17 juillet 2006 17:25 À: Maven Users List Objet: Re: SCM with Maven philosophy

RE: SCM in Maven

2004-03-18 Thread Brett Porter
http://maven.apache.org/faq.html#changelog-no-local-copy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 19 March 2004 4:42 PM To: [EMAIL PROTECTED] Subject: SCM in Maven Hello, I am trying to use maven. But there is a problem about SCM