Re: Writing portable CVS configuration using Maven 2

2007-07-26 Thread Martin Hoeller
Hi!

First, please stop hijacking somebody else's thread by replying to a mail 
and changing the subject! If you want to start a new topic, write a new 
email and DO NOT reply to another thread. Thanks!

Second, why do you repost somebody's questions answered months ago?  
Jerome Thibaud posted exactly the same question on 2007-04-25 with almost 
the same subject: Writing a portable CVS configuration using maven2. This 
question was perfectly answered by Emmanuel Venisse. (see 
http://mail-archives.apache.org/mod_mbox/maven-users/200704.mbox/[EMAIL 
PROTECTED])

regards,
- martin
-- 
Martin Höller   | [EMAIL PROTECTED]
*x Software + Systeme   | http://www.xss.co.at/
Karmarschgasse 51/2/20  | Tel: +43-1-6060114-30
A-1100 Vienna, Austria  | Fax: +43-1-6060114-71


pgpageHqKt4go.pgp
Description: PGP signature


Writing portable CVS configuration using Maven 2

2007-07-25 Thread Dmitry
1. Assuming several users connecting to a CVS server using ext method and 
ssh. As far as I understand, the pom.xml, checked out from CVS is the same 
for everyone. Only the settings.xml and maybe cvs-settings.xml might have 
specific content for each user, right ?


In the scm plugin documentation they expect the scm URL to be written in the 
pom as follow: scm:cvs:ext:[EMAIL PROTECTED]:/usr/local/cvs:module_name


how can I organize everything so that the user name, password or private key 
are provided outside of the pom, in some user specific resource? What are 
the recommended practices?



2. How do I control the command line options? I see by default scm:update = 
cvs -z3 -f -q update -d


I don't want the -f cvs option I'd like a -P update option


3. Can somebody clarify the difference between connection and developper 
connection? When is each one used?


- 
thanks,

DT
www.ejinz.com
Search Engine News Economy Tech
www.ejinz.com/YourHome 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]