sbt-pack icon indicating copy to clipboard operation
sbt-pack copied to clipboard

compiling creates extra resolved.xml.xml files

Open eRez-ws opened this issue 6 years ago • 1 comments

Upon every successful run of sbt compile an extra (and identical) copy of the file resolved.xml.xml is created inside "sbt-pack\target\sbt-1.0\resolution-cache\org.xerial.sbt\sbt-pack\scala_2.12\sbt_1.0\HEAD+{time-stamp}"

is this on purpose?

eRez-ws avatar Sep 10 '19 10:09 eRez-ws

sbt-pack itself is just running update task of sbt to get the list of dependencies. This task might be creating such files.

xerial avatar Sep 10 '19 15:09 xerial