Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 scala/java 项目上使用 sbt 构建一个 jar 文件。除 log4J 配置文件外,所有项目均已正确构建和打包。
我没有找到如何将它包含在最终 jar 的类路径中。
我试图将它添加到unmanagedBase文件中build.sbt但没有成功。
unmanagedBase
build.sbt
我怎样才能做到这一点 ?
如果您将文件放在src/main/resources.
src/main/resources