seenukarthi
seenukarthi

Reputation: 8624

class or interface expected shows on pom.xml

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.

enter image description here

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

Answers (1)

Bohuslav Burghardt
Bohuslav Burghardt

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

Related Questions