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.
我正在使用 Aether 来管理和控制我的项目的 Maven 依赖项。我需要添加需要 Maven 依赖解析的单元测试。
我如何在不与真正的 maven repo 交谈但使用简单的 mock/mockito 之类的东西来模拟它的情况下实现这一点?