mirror of https://github.com/sbt/sbt.git
Include artifact name in Sona deployment
This commit is contained in:
parent
424d0eb50d
commit
da9dc644ee
|
|
@ -3105,9 +3105,10 @@ object Classpaths {
|
|||
},
|
||||
sonaDeploymentName := {
|
||||
val o = organization.value
|
||||
val n = name.value
|
||||
val v = version.value
|
||||
val uuid = UUID.randomUUID().toString().take(8)
|
||||
s"$o:$v:$uuid"
|
||||
s"$o:$n:$v:$uuid"
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue