sbt-github-packages使用其Apache Maven支持将您的项目配置为发布到。请注意,GitHub软件包专门支持maven样式的发布;使用常春藤样式将导致警告。还根据已发布到Package Registry的工件提供一些便利功能。用法将以下内容添加到您的project / plugins.sbt文件中: addSbtPlugin( \" com.codecommit \" % \" sbt-github-packages \" % \" \" )为sbt 1.x发布。没有依赖关系。为了通过此插件发布工件,您将需要将githubOwner和githubRepository设置键覆盖为项目的相关值。例如: githubOwner : = \" djspiewak \" githubRepository : = \" sbt-github-pa