tpunder / fm-sbt-s3-resolver

SBT Plugin that adds support for resolving and publishing using Amazon S3
Apache License 2.0
162 stars 39 forks source link

Create maven-metadata.xml for scala steward compatability #63

Open er1c opened 2 years ago

er1c commented 2 years ago

Ref:

Examples:

er1c commented 2 years ago

Example failing test: https://github.com/tpunder/fm-sbt-s3-resolver/pull/65

er1c commented 2 years ago

This is passing in:

resolvers +=
  "Sonatype S01 OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"
addSbtPlugin("com.evenfinancial" % "fm-sbt-s3-resolver" % "0.21.0-SNAPSHOT")