sbt-ci-release-early icon indicating copy to clipboard operation
sbt-ci-release-early copied to clipboard

Add note for sbt plugins

Open wsargent opened this issue 5 years ago • 0 comments

It looks like if a maven-style repository is used with Artifactory, then publishing will fail with a 409 conflict because Artifactory has dump POM consistency checks.

  • https://github.com/scalatra/sbt-scalatra/issues/54
  • https://github.com/jrudolph/sbt-dependency-graph/issues/80

The work around seems to be to use an ivy package for SBT plugins, or disable POM consistency checks.

wsargent avatar Feb 27 '19 20:02 wsargent