jira-importer commented on issue #1025:
URL: https://github.com/apache/maven-scm/issues/1025#issuecomment-2964639635

   **[Andrey 
Utkin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ciand7)** 
commented
   
   I have slightly patched 
org/apache/maven/scm/provider/cvslib/repository/CvsScmProviderRepository.java 
from beta-3 tag to solve the problem. Patch is quite simple:
   
   ---
   
   $ diff 
org/apache/maven/scm/provider/cvslib/repository/CvsScmProviderRepository.java 
org/apache/maven/scm/provider/cvslib/repository/CvsScmProviderRepository.java.orig
   55,59d54
   <       if ( user == null && AbstractCvsScmProvider.TRANSPORT_EXT.equals( 
transport ) )
   <       {
   <               user = System.getProperty("user.name");
   <       }
   <
   
   ---
   
   It seems to work just fine with Continuum 1.0.3.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to