I'm using 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?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.