gpt4 book ai didi

sbt 使用 pom 发布程序集 jar

转载 作者:行者123 更新时间:2023-12-03 20:20:58 27 4
gpt4 key购买 nike

我能够将我的多项目 jar 中的一个构建为单个 jar,然后将其发布 How do I publish a fat JAR (JAR with dependencies) using sbt and sbt-release?

但是,关联的pom.xml不是 与它一起发布。

我如何创建和发布 pom.xml sbt-assembly 的(和 Ivy 文件)描述符 jar ?

我的项目是 lions-share .

最佳答案

您是否需要发布现有 pom.xml 文件的内容,或者您​​可以让 sbt 为您生成 pom 的内容吗?如果是后者,请考虑使用 pomExtra :

pomExtra := (
<url>http://jsuereth.com/scala-arm</url>
<licenses>
<license>
<name>BSD-style</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:jsuereth/scala-arm.git</url>
<connection>scm:git:git@github.com:jsuereth/scala-arm.git</connection>
</scm>
<developers>
<developer>
<id>jsuereth</id>
<name>Josh Suereth</name>
<url>http://jsuereth.com</url>
</developer>
</developers>)

关于sbt 使用 pom 发布程序集 jar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23090044/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com