I'm getting an error in a Maven pom.xml
file when I have a property with 2 @ symbols with some characters between. The only message is
cannot resolve symbol 'symbol'.
This does not cause errors building or running the application, but it does cause red underlines on the project window (using IntelliJ IDEA 14).
I've tried to disable Inspections for XML and Maven but the issue remains.
If I close IntelliJ and reopen, as long as I don't reopen the pom.xml
file, the error doesn't come up.
I can't find any references to what 2 @ symbols might mean in Maven or XML so I'm inclined to think it's an IntelliJ specific thing.
What causes this error and how can I fix it (other than changing the property value or never opening the file)?