sonar-scala / sbt-sonar

An sbt plugin which provides an easy way to integrate Scala projects with SonarQube.
https://sonar-scala.com/docs/setup/sbt-sonar
Apache License 2.0
62 stars 18 forks source link

Include sbt-vspp to enable sbt-sonar to be usable in enterprise environments with valid POM #245

Open ScalaWilliam opened 2 years ago

ScalaWilliam commented 2 years ago

This is to enable publishing of valid POMs alongside the currently invalid ones for SBT. This will enable the usage of sbt-sonar in enterprise environments where only 'valid POM' are supported.

More details in the REAMDE here: https://github.com/esbeetee/sbt-vspp

It successfully worked in SBT bloop, which is now showing up on e.g. mvnrepository.com

ScalaWilliam commented 2 years ago

Hi @mwz is there any chance this could be enabled? Would be hugely helpful.

mwz commented 2 years ago

Hi @ScalaWilliam, apologies for the delay - I'll try and take a look over the weekend.