Skip to content

Commit

Permalink
Add sbt-vspp for publishing the SBT plug-in in a Maven-consistent for…
Browse files Browse the repository at this point in the history
…mat (#1512)

This is to enable usage of sbt-native-packager in Enterprise environments where only the valid-POM format is accepted for JAR downloads, enabling the very powerful sbt-native-packager for thousands of developers.
  • Loading branch information
ScalaWilliam committed Jul 26, 2022
1 parent 89d9ca8 commit c4a581a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")

// binary compatibility checks
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")

// for enterprise Artifactory compatibility
addSbtPlugin("com.scalawilliam.esbeetee" % "sbt-vspp" % "0.4.11")

0 comments on commit c4a581a

Please sign in to comment.