IntelliJ not reflecting Maven dependencies

amphibient

I recently updated my IntelliJ and I am having a problem with it showing import statements as nonexistent in the classpath despite the project building fine by doing mvn clean [install|verify] from the command line and the software actually works. So the dependencies are certainly there but the IDE seems to have a bug synchronizing against the pom file. I have tried to Maven --> Reimport multiple times, without success.

Considering that I recently updated IntelliJ (the version is as of 7/15/2017), could this be a newly introduced bug and is there a workaround?

CrazyCoder

The problem may be caused by a known bug in Maven integration which affects 2017.2 version. This bug is fixed in 2017.2.1 version.

You can find out if it's the case of your problem by searching idea.log for:

java.lang.AbstractMethodError: org.jetbrains.idea.maven.server.embedder.CustomModelValidator$ProxyModelProblemCollector.add(Lorg/apache/maven/model/building/ModelProblemCollectorRequest;)V

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Maven dependencies in IntelliJ project

From Dev

IntelliJ is not recognizing Maven Dependencies

From Java

Import Maven dependencies in IntelliJ IDEA

From Dev

Update Maven dependencies in IntelliJ Idea

From Dev

Intellij IDEA: Artifact dependencies not synchronized with Maven dependencies

From Java

IntelliJ Idea not resolving Mockito and JUnit dependencies with Maven

From Java

Intellij Maven: Create jar with all library dependencies

From Java

IntelliJ IDEA 16 add maven dependencies to classpath

From Java

Intellij: Search through the source of maven dependencies in a project

From

Force Intellij IDEA to reread all maven dependencies

From Dev

Intellij IDEA automatically resolving all maven dependencies

From Dev

Intellij 2021.3: Maven not able to resolve dependencies after update to intellij 2021.3

From Dev

Maven can't resolve dependencies from Parent Module in IntelliJ

From Dev

intellij idea maven dependencies resource code using decompiler

From Dev

IntelliJ says invalid item in dependencies list but it is present in maven repo

From Dev

Adding Javadoc of dependencies of a library from Maven in IntelliJ IDEA

From Java

Intellij Java 2016 & Maven : how to embed dependencies in JAR?

From Dev

Maven project builds but dependencies seem to be unavailable in IntelliJ IDEA

From Java

Can the IntelliJ external maven library tell where the dependencies are from?

From Dev

Intellij 2021.3.2, JavaFX Maven project not resolving dependencies correctly

From Dev

Intellij doesn't add maven provided scoped dependencies to the classpath

From Dev

IntelliJ Error : "Cannot Resolve Symbol" in all maven dependencies

From Dev

Intellij idea both download dependencies using maven UI and terminal

From Dev

Why intelliJ doesn't show maven dependency as External dependencies and also shows red symbols even though the dependencies are downloaded

From Dev

how IntelliJ is able to resolve dependencies and run a spring boot (maven) application while from the command line, it is not possible?

From Java

Multi-module IntelliJ project with maven - How to add dependencies from one module to another?

From Dev

Intellij IDEA code completion does not suggest classes coming from maven dependencies

From Dev

When IntelliJ starts up I always have te reimport my Maven dependencies

From Java

How to copy maven Dependencies to ouput artifact WEB-INF/lib in Intellij IDEA?

Related Related

  1. 1

    Maven dependencies in IntelliJ project

  2. 2

    IntelliJ is not recognizing Maven Dependencies

  3. 3

    Import Maven dependencies in IntelliJ IDEA

  4. 4

    Update Maven dependencies in IntelliJ Idea

  5. 5

    Intellij IDEA: Artifact dependencies not synchronized with Maven dependencies

  6. 6

    IntelliJ Idea not resolving Mockito and JUnit dependencies with Maven

  7. 7

    Intellij Maven: Create jar with all library dependencies

  8. 8

    IntelliJ IDEA 16 add maven dependencies to classpath

  9. 9

    Intellij: Search through the source of maven dependencies in a project

  10. 10

    Force Intellij IDEA to reread all maven dependencies

  11. 11

    Intellij IDEA automatically resolving all maven dependencies

  12. 12

    Intellij 2021.3: Maven not able to resolve dependencies after update to intellij 2021.3

  13. 13

    Maven can't resolve dependencies from Parent Module in IntelliJ

  14. 14

    intellij idea maven dependencies resource code using decompiler

  15. 15

    IntelliJ says invalid item in dependencies list but it is present in maven repo

  16. 16

    Adding Javadoc of dependencies of a library from Maven in IntelliJ IDEA

  17. 17

    Intellij Java 2016 & Maven : how to embed dependencies in JAR?

  18. 18

    Maven project builds but dependencies seem to be unavailable in IntelliJ IDEA

  19. 19

    Can the IntelliJ external maven library tell where the dependencies are from?

  20. 20

    Intellij 2021.3.2, JavaFX Maven project not resolving dependencies correctly

  21. 21

    Intellij doesn't add maven provided scoped dependencies to the classpath

  22. 22

    IntelliJ Error : "Cannot Resolve Symbol" in all maven dependencies

  23. 23

    Intellij idea both download dependencies using maven UI and terminal

  24. 24

    Why intelliJ doesn't show maven dependency as External dependencies and also shows red symbols even though the dependencies are downloaded

  25. 25

    how IntelliJ is able to resolve dependencies and run a spring boot (maven) application while from the command line, it is not possible?

  26. 26

    Multi-module IntelliJ project with maven - How to add dependencies from one module to another?

  27. 27

    Intellij IDEA code completion does not suggest classes coming from maven dependencies

  28. 28

    When IntelliJ starts up I always have te reimport my Maven dependencies

  29. 29

    How to copy maven Dependencies to ouput artifact WEB-INF/lib in Intellij IDEA?

HotTag

Archive