jira-importer commented on issue #918: URL: https://github.com/apache/maven-scm/issues/918#issuecomment-2964632936
**[Tim Kettler](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tik)** commented The problem is not with the regex but with the processing afterwards. `GitStatusConsumer` tries to construct a new File object from the `workingDirectory` and the extracted path from the regex and then checks for existence. Values for me are: `workingDirectory` = /home/tik/Develop/barchart-bugs/barchart-bugs-MRELEA[SE-812](https://issues.apache.org/jira/browse/SE-812)/build-tester/barchart-bugs-MRELEASE-812-case-02 `files.get( 0 )` = barchart-bugs-MRELEA[SE-812](https://issues.apache.org/jira/browse/SE-812)/build-tester/barchart-bugs-MRELEASE-812-case-02/pom.xml Obviously, the paths overlap and hence the check fails and the file is discarded. -- 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]
