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

   **[Alex 
Harui](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=aharui)** 
commented
   
   After more digging, it turns out that the Jenkins node/slave/agent was set 
up with a lowercase 'c' in its workspace location.  When maven calculates 
subfolder paths, it uses uppercase 'C' and java.net.URI's relativize can't 
handle the different cases.
   
   Interesting side note:  After changing the Jenkins config, the next run 
failed because the basedir now correctly had uppercase 'C' but the path to the 
pom still had lowercase 'c'.  Then after a restart of the server, they both 
used uppercase 'C' and now all files are being committed properly.
   


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to