laeubi commented on issue #11242: URL: https://github.com/apache/maven/issues/11242#issuecomment-3389123635
Maybe it would be better to make `sbt` smarter? I must confess I don't really understand the workflow here and how the dependencies are actually managed downloading "everything" would certainly work but will increase the sieze enormously. And if maven do not download it why `sbt` is needing it? In any case what I do in such case is using adding an execution of [dependency:copy-dependencies](https://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html) to the parent pom bound e.g. to `compile` phase. This will then for sure download everything and even put it into a folder that you can direct your tool to consume it from (or just ignore it if you like). -- 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]
