Overriden artifactName
produces image with .jar with wrong content
#638
Labels
artifactName
produces image with .jar with wrong content
#638
It's probably not plugin's problem per se but nevertheless it took me few hours to understand root cause.
I have overridden
artifactName
in my sbt config. Because of it in certain conditions (couldn't figure out combination of circumstances)docker:publishLocal
produces image in which.jar
with classes is overwritten by.jar
with scaladoc thus causingClassNotFound
exception in runtime.It would be nice to output warning or error in
publishLocal
task.The text was updated successfully, but these errors were encountered: