Skip to content

Commit 8d05bd3

Browse files
authored
Remove com.microsoft from MavenPackaging.ps1 (Azure#31465)
We aren't able to successfully deploy to Maven Central using group id com.microsoft. The group id -> profile map entry should be removed from the list of supported group ids.
1 parent cbf8c0d commit 8d05bd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/scripts/MavenPackaging.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ function Get-SonaTypeProfileID([string]$GroupID) {
7676
$sonaTypeProfileID = switch -wildcard ($GroupID)
7777
{
7878
"com.azure*" { "88192f04117501" }
79-
"com.microsoft" { "108eda13eb3910" }
8079
"com.microsoft.azure*" { "534d15ee3800f4" }
8180
"com.microsoft.commondatamodel*" { "36ba35bb1eff8" }
8281
"com.microsoft.rest*" { "66eef5eb9b85bd" }

0 commit comments

Comments
 (0)