You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
I have a project with two submodules scpecified in Project.dependsOn() method in Build.scala and their compiled classes are not included in target archive during package-dist task. All jar dependencies are placed without problems.
Environment: sbt:0.11.2, sbt-package-dist:1.0.0
The text was updated successfully, but these errors were encountered:
Well, actually it can simply be done by setting exportJars:=true in project submodules. But without this setting dependecyClasspath points to submodules "classes" directories, that are not copied to root project distribution recursively (but empty). Should it really be fixed?
I have a project with two submodules scpecified in Project.dependsOn() method in Build.scala and their compiled classes are not included in target archive during package-dist task. All jar dependencies are placed without problems.
Environment: sbt:0.11.2, sbt-package-dist:1.0.0
The text was updated successfully, but these errors were encountered: