sbt-aether-deploy:使用Maven Artifact Resolver(以前称为Eclipse Aether)部署SBT工件

时间:2021-05-04 21:10:14
【文件属性】:
文件名称:sbt-aether-deploy:使用Maven Artifact Resolver(以前称为Eclipse Aether)部署SBT工件
文件大小:46KB
文件格式:ZIP
更新时间:2021-05-04 21:10:14
Scala SBT以太部署插件 使用Maven Artifact Provider部署sbt-artifacts。 应该期望与Maven相同的行为。 项目/plugins.sbt addSbtPlugin( " no.arktekk.sbt " % " aether-deploy " % " 0.26.0 " ) /** OR * */ addSbtPlugin( " no.arktekk.sbt " % " aether-deploy-signed " % " 0.26.0 " ) // For sbt-pgp 2.x support 重大变化 0.25.0 sbt-pgp支持现在单独发布,并且需要aether-deploy-signed依赖声明而不是SignedAetherPlugin aether-deploy来支持对SignedAetherPlugin零配置使用。 0.24.0 如果要
【文件预览】:
sbt-aether-deploy-master
----.gitignore(158B)
----aether-deploy-signed()
--------src()
----README.md(3KB)
----build.sbt(2KB)
----LICENSE(550B)
----aether-deploy()
--------src()
----gpg.sbt(96B)
----publish.sbt(2KB)
----.scalafmt.conf(103B)
----version.sbt(42B)
----project()
--------plugins.sbt(51B)
--------build.properties(19B)

网友评论