/home/circleci/project/vendor/bundle/ruby/2.7.0/gems/actionpack-5.1.7/lib/action_dispatch/middleware/Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/home/circlec
我正在尝试为我的Maven多模块项目构建一个CircleCI构建。问题是,当在circle-ci上构建时,模块B无法找到模块A的依赖项。
如果我检查日志,模块A的构建会失败。这里的问题是,CircleCI正在Maven Central Repo上查找A.jar。它应该是本地可用的,因为它是一个maven子模块。