abaratham
abaratham

Reputation: 455

Eclipse Maven: Unknown errors in pom.xml

I recently imported a bunch of Maven projects(Ardor3D if it helps) into Eclipse, and for some reason, in all but the first project, there is a little red x mark next to the pom.xml file in the Package Explorer window indicating there is an error, however when I open the pom.xml, I can't find any error...thanks for any help!

Upvotes: 4

Views: 10809

Answers (1)

ZhaoGang
ZhaoGang

Reputation: 4915

Check this link:

Why am I getting Unknown error in line 1 of pom.xml?


For me, after I hit this problem, I upgrade my STS from 4.0 to 4.7.1 and problem goes away, like someone also mentioned in that link.

Upvotes: 0

Related Questions