JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
97 stars 28 forks source link

No error reported when packaging a library mapping if the library itself is missing #46

Closed mutcianm closed 4 years ago

mutcianm commented 4 years ago

When defining a mapping via packageLibraryMappings as key -> value and the moduleId defined by key is not resolved in the project's classpath(the library dependency is missing) no error is reported during artifact assembly and the mapping is just skipped.

@semkagtn