benoitbr commented on issue #467: URL: https://github.com/apache/maven-build-cache-extension/issues/467#issuecomment-4090689731
My AI agent believes the issue could be here: https://github.com/apache/maven-build-cache-extension/blob/b827d52410d96375e2e5ebafe3b95cf559649809/src/main/java/org/apache/maven/buildcache/checksum/MavenProjectInput.java#L845 If the type of the dependency is `test-jar`, the single-arg constructor of `DefaultArtifactType` will set the extension to `test-jar` instead of `jar`. -- 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]
