JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
95 stars 26 forks source link

Provide a common way to set base directory to put library dependencies #101

Closed mutcianm closed 3 years ago

mutcianm commented 3 years ago

When packaging libraries they will be placed under the lib directory by default. The only way to change this is to provide an explicit library mapping using the packageLibraryMappings. Something like a packageLibraryBaseDir project-level key would be a solution @pavelfatin