开发者

Debugging with multiple library versions in intellij

We have a large maven proj开发者_开发知识库ect and not all of the projects specify the same version of various libraries, largely because these libraries haven't changed in some time. This causes problems with debugging because IntelliJ frequently selects the older version when it's the newer that's being used at runtime. Aside from fixing the poms, how can we get IntelliJ to resolve to the sources for the correct version of the library.


There is no way to do it except configuring your project dependencies correctly (to use the same library version in all the modules).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜