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.
我们有一个主要项目是 java,作为其中的一部分,我们需要将一些自定义 js 文件拉入最终包中,这些文件包含在单独的 git repo 中(并带有版本标记)。在构建过程中下载这些文件并将其放置在正确位置的最佳方法是什么?我应该只使用 antrun 脚本吗?
它取决于您的文件的组织方式,但似乎 git 子模块可能是个好主意。可能的问题