support for coursier
fommil opened this issue · 1 comments
fommil commented
https://github.com/coursier/coursier is a tool for resolving the transitive dependencies for a maven / ivy artifact. It would be good to support an artefact name (then resolve it) instead of requiring an uber jar... it can be very difficult to publish uber jars in many organisations.
fommil commented
related, I wrote a super fast jar packager https://github.com/fommil/sbt-big-project/blob/master/src/main/scala/BigProjectSettings.scala#L468-L583 should be possible to use coursier to get the jar
s and then repackage them all before sending to the grid