mvn install在linux(RedHat)环境下失败,因为结帐操作检出文件,比如 S ome F ile.js但是有一些javascripts将它引用为一些 F ile.js,这会导致失败。
Tracing dependencies for: /path/of/the/file/plugins.js
Error: ENOENT: no such file or directory, open 'look/up/filepath/someFile.js'
有没有办法让mvn命令对文件进行不区分大小写的操作?
注意:同样适用于Windows环境,如果我要重命名文件也可以使用,我不想这样做。
提前谢谢。 Ĵ