开发者

Dependency management by external tools versus IDE sugar

开发者 https://www.devze.com 2023-01-14 07:10 出处:网络
I\'m u开发者_如何学Gosing Intellij IDEA IDE. Instead of using it\'s internal build and dependency management tools I prefer external tools (ant+ivy if it matters). I want IDEA be able somehow catch on

I'm u开发者_如何学Gosing Intellij IDEA IDE. Instead of using it's internal build and dependency management tools I prefer external tools (ant+ivy if it matters). I want IDEA be able somehow catch on the flylibraries that were retrieved by dependency manager, index them and obviously provide ide sugar (code suggesting and so on).

Is there plugin or any other solution?


I don't know about Ivy, but it already works like this with Maven. You should take a look at "IvyIDEA"; its description says.

Detect source/document/jar type ivy artifacts in dependencies and add them as such to the module

0

精彩评论

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