[EMAIL PROTECTED] a écrit :

-----Original Message-----
From: ext Emmanuel Venisse [mailto:[EMAIL PROTECTED]


cvsnt is supported by Maven-SCM, but cvsnt doesn't use the cvs standard, it doesn't use .cvspass but windows registry instead and Maven SCM require .cvspass file. So you'll need to run cvs login manually for creating windows registry entry if it doesn't


Since I'm now using the gnu cvs, I read that I don't need to run the cvs login manually, but that maven scm will create it for me.
1) Good
2) How :-) ...

With username/password define in scm url or in command line parameters



and you can run scm:status with username and password parameter, Maven-SCM will create .cvspass with these parameters.


I've tried to put the password in the pom (in the developerConnection url) and 
that worked :-) Is there another way?

yes :-)
You can define them in your settings.xml, in <servers> part like this:

<servers>
  <server>
    <id>your_host</id>    You can use your_host:your_port, if a port is defined 
in your scm url
    <username>user<username>
    <password>password</password>
  </server>
</servers>


So my next tasks are:
1) use the preferences and profiles as you suggested to move the url out of the 
POM.
2) make the first steps to connect to scm with my own plugin *scary*

Why do you create your own scm plugin?


 _         __                _  _
//\ndreas.[|-bbert-[]/arroum(a)[|\|okia.com
           `-        `
   Andreas Ebbert-Karroum
Software Design Engineer - Nokia Networks Services / Middleware phone: +49-211-94123928, fax: +49-211-9412-3838 Heltorfer Straße 1, 40472 Düsseldorf, Germany
----------------------------------------------------------------------
This message is confidential. If you have received this message in error,
please delete it from your system. You should not copy it for any purpose,
or disclose its contents to any other person. Internet communications are
not secure and therefore Nokia GmbH does not accept legal responsibility
for the contents of this message as it has been transmitted over a public
network. Thank you.
Nokia GmbH, Nokia Networks is a German Company. Further information
about the Company is available from its principal offices at
Heltorferstrasse 1, D-40472, Düsseldorf, Germany and from the
website at http://www.nokia.com/
----------------------------------------------------------------------

---------------------------------------------------------------------
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]

Reply via email to