Tweak artifact listing

Can't remember when / why this one was necessary...
This commit is contained in:
Alexandre Archambault 2017-02-21 15:57:40 +01:00
parent c131d6c856
commit ac00abd152
1 changed files with 1 additions and 1 deletions

View File

@ -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
}