mirror of https://github.com/sbt/sbt.git
Merge pull request #8219 from jeanmarc/1.11.x
[1.x] Include artifact name in Sona deployment
This commit is contained in:
commit
0e4dcebe5f
|
|
@ -3103,9 +3103,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