Maven project not building in IntelliJ IDEA 11
Hi,
I have this maven project that some people in my team have created. It builds fine from the command line but when I try to open it in IDEA and build it the build fails with a bunch of compilation error.
I cannot share the pom(s) here unfortunately. Any clue as to what may be going on?
Please sign in to leave a comment.
what kinds of compilation errors?
Like so.
Another strange issue. A class which IntelliJ complains about a class that it can clearly "see"
Looks like this is resolved in v12
http://stackoverflow.com/questions/16225852/a-project-that-compiles-fine-on-the-command-line-with-maven-does-not-compile-in?noredirect=1#comment23208873_16225852
Tried that and it works!
I see the same issue in 2019.3 enterprise edition.
Gagan Suri Please share more details and the logs (https://intellij-support.jetbrains.com/hc/articles/207241085). See also https://stackoverflow.com/a/42427510/104891.