标签: intellij-idea idea-plugin
我将开发一个IDEA插件,在这个插件中,我需要编译我的Java代码。 我如何获得maven项目所依赖的Jar。 我使用了'ModuleUtil.getAllDependentModules',但是此方法返回的模块列表不包含任何jars