Maven dependencies are frustrating

It seems like a maven-based project defaults to "no dependencies" until all of the pom files have been processed, every time a project is opened.

Is it possible to record the dependency information in the intellij project, and trust it until it's shown to be incorrect?

Currently I can't use my project at all until Intellij is done with all the "Reading whatever.pom" background tasks. I'd prefer that IntelliJ trusted the classpath and dependencies from the ipr and iml files.
I'd at least be able to edit and debug unless I had made changes to the pom structure outside of IntelliJ.

0
2 comments

I completely agree. We have a large project and IDEA is stuck displaying popups after popups to tell me that it is resynching...
Not optimum.

Jacques

0

Hi, Aaron,

The dependency resolution process will be improved and optimized in one of the following updates.

Thanks,
Anton Makeev

0

Please sign in to leave a comment.