Reputation: 8624
I have imported a multi module maven project in to Intellij IDEA 14 every thing working fine excepet there is a little annoying message shows in maven pom.xml as in the below screenshot.
Is there any way to resolve this problem.
PS: I can build the projects and the resulted application is working fine
Upvotes: 0
Views: 866
Reputation: 34776
You must have accidentaly injected Java language reference into your pom.xml. To fix it, navigate to the underlined line, hit ALT+ENTER and select Un-inject Language/Reference.
Upvotes: 4