jira-importer commented on issue #1106: URL: https://github.com/apache/maven-scm/issues/1106#issuecomment-2964646229
**[Ilya Basin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=basinilya)** commented Your .gitattributes file has nothing to do with the wagon test, because the test neither clones, nor commits to the "maven-wagon" git repository. It clones the test git repository which is similar to your `test-repo-svn` and is added by one of my other pull requests, see WAGON-501 . Now, about the test resource. It is actually just one text file named "test-resource". Here's a highlight of how it gets into the test repo: // https://github.com/apache/maven-wagon/blob/be94400731575f54ff537ec90359460f42a561cc/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java#L150 resource = "test-resource"; // https://github.com/apache/maven-wagon/blob/be94400731575f54ff537ec90359460f42a561cc/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java#L927 putFile( resource, "test-resource", content ); // https://github.com/apache/maven-wagon/blob/be94400731575f54ff537ec90359460f42a561cc/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java#L879 wagon.put( sourceFile, resourceName ); -- 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