diff --git a/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 b/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 index ac7c8daa6..5c48fa0c8 100644 --- a/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 +++ b/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 @@ -88,8 +88,8 @@ if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) { if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) { $projectManagement.AddToolVersion("Lerna", $(Get-LernaVersion)) } +$projectManagement.AddToolVersion("Maven", $(Get-MavenVersion)) if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) { - $projectManagement.AddToolVersion("Maven", $(Get-MavenVersion)) $projectManagement.AddToolVersion("Sbt", $(Get-SbtVersion)) }