jira-importer commented on issue #943: URL: https://github.com/apache/maven-scm/issues/943#issuecomment-2964634549
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented My guess: org.codehaus.plexus.components.io.resources.PlexusIoFileResourceCollection.getResources() collects all files to bundle. Since `usingExcludeDefaults` is `true`, the org.codehaus.plexus.util.AbstractScanner.DEFAULTEXCLUDES is used, which includes ``` // CVS "**/CVS", "**/CVS/**", "**/.cvsignore", ``` -- 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]
