I am trying to use cvs as the scm with the cvs user name etc specified
in the local settings.xml. However the profile properties do not appear
to be substituted in the scm connection string. 

Anybody got any ideas?

I have the following:

Pom:
<scm>
  <connection>
 
scm:cvs:pserver:[EMAIL PROTECTED]:/data/cvsroot:applications/DIS
Repository/components/DISRepositoryManager
  </connection>
</scm>

Settings:

<profiles>
  <profile>
    <id>default</id>
      <properties>
        <cvs.user>xxxxxx</cvs.user>
        <cvs.server>amlnx04.tv.bbc.co.uk</cvs.server>
      </properties>
  </profile>
</profiles>
<activeProfiles>
  <activeProfile>default</activeProfile>
</activeProfiles>

Error:

[INFO] Generate "changelog" report.
[INFO] Generating changed sets xml to:
D:\Project\DISRepositoryManager\target\changelog.xml
[ERROR] Didn't find password for CVSROOT
':pserver:[EMAIL PROTECTED]:/data/cvsroot'.
[ERROR] Error processing command
org.netbeans.lib.cvsclient.connection.AuthenticationException: I/O error
while connecting to host ${cvs.server}.
        at
org.netbeans.lib.cvsclient.connection.PServerConnection.openConnection(P
ServerConnection.java:237)
        at
org.netbeans.lib.cvsclient.connection.PServerConnection.open(PServerConn
ection.java:298)

Tony

http://www.bbc.co.uk/

This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
If you have received it in error, please delete it from your system. 
Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately. Please note that the
BBC monitors e-mails sent or received. 
Further communication will signify your consent to this.

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

Reply via email to