JetBrains / sbt-idea-plugin

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

Parent's targetPath is ignored when node is merged into parent #102

Closed mutcianm closed 3 years ago

mutcianm commented 3 years ago

If a parent project explicitly provides a target path to write into via e.g.:

name := "scalaUltimate"
packageMethod := PackagingMethod.Standalone(targetPath = "foo/bar.jar"),

Its children will still be packaged into the default jar - lib/scalaUltimate.jar ignoring the path specified in parent