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.
我正在写一个 SBT 插件。在这个插件中,我需要将文件添加到生成的 jar 中的资源目录中。
我不想更改源目录中的任何内容(否则用户/开发人员可能不明白为什么文件会出现在他负责的目录中),而只是在生成的 jar 中。
我该怎么做,目标中是否有与资源目录对应的文件夹?
这似乎是由“包”命令完成的,所以如果我可以覆盖包命令,我可能能够做我想做的事。
好像我需要向resourceManaged 添加东西。