Intellij can not recognize shaded jar dependency int the same project
已回答
Here's my project, https://github.com/apache/zeppelin/
module zeppelin-interpreter-api is one module which just shade zeppelin-interpreter and its transitive dependencies. And other modules (such as module shell) will depends on zeppelin-interpreter-api. I can build the project using maven directly, but intellij can not recognize zeppelin-interpreter-api as dependency, so that I can not run java program in intellij. Is there any way that make intellij recognize such dependency ? Thanks
请先登录再写评论。
IntelliJ IDEA doesn't support it: https://youtrack.jetbrains.com/issue/IDEA-93855.