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.
我有一个大项目,其中有很多子项目。
对于测试,我使用的是 OpenEJB,它运行良好。
但是现在,在一个子项目中,我还需要另一个子项目中的 EJB。
是否可以强制 OpenEJB 加载其他子项目 EJB?我怎样才能做到这一点?
我通过在我的 pom.xml 中添加测试范围所需的项目的依赖项来使其工作。