cstamas commented on issue #1306: URL: https://github.com/apache/maven-assembly-plugin/issues/1306#issuecomment-4430619793
The message "present in the local repository, but cached from a remote repository ID that is unavailable in current build context" means exactly that: file is there, but Maven cannot correlate whether it should be available in current build context or not. This line looks sus: https://github.com/apache/maven-assembly-plugin/blob/a506506dfc8db403443e749451cdf537b332c8ea/src/main/java/org/apache/maven/plugins/assembly/artifact/DefaultDependencyResolver.java#L234 From which remote repository should the artifact in question be resolved, and, how is it defined for you? -- 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]
