~> find .m2/ -name com .m2//repository/com
// 在这条路上?在OS X上从bash执行。
//
可能有一个名称中有正斜杠的文件夹。您可以使用以下命令在OS X终端中复制这种行为:
mkdir -p test/"/test2" find test
编辑: