mirror of https://github.com/sbt/sbt.git
Tweak artifact listing
Can't remember when / why this one was necessary...
This commit is contained in:
parent
c131d6c856
commit
ac00abd152
|
|
@ -82,7 +82,7 @@ final case class MavenSource(
|
|||
project.publications.collect {
|
||||
case (_, p)
|
||||
if p.`type` == dependency.attributes.`type` ||
|
||||
p.ext == dependency.attributes.`type` // wow
|
||||
(p.ext == dependency.attributes.`type` && project.packagingOpt.toSeq.contains(p.`type`)) // wow
|
||||
=>
|
||||
p
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue