https://eed3si9n.com/sbt-1.9.0#pom-consistency-of-sbt-plugin-publishing
Since sbt started doing double publishing in POM-consistent and POM-inconsistent style, shading does not work for both .jars - shaded classes are not added to the .jar containing 2.12_1.0 in its name.
Can be observed in this repository:
https://eed3si9n.com/sbt-1.9.0#pom-consistency-of-sbt-plugin-publishing
Since sbt started doing double publishing in POM-consistent and POM-inconsistent style, shading does not work for both
.jars - shaded classes are not added to the.jarcontaining2.12_1.0in its name.Can be observed in this repository: