In an eclipse maven project using spring web mvc, I am getting the following error in the Markers tab:
Archive for required library: \'D:/mypath/.m2/reposi
The problem with me was fixed by going to Build Path-> Configure Build Path-> Libraries-> Remove the jta lib which has small cross mark on it.
Build Path-> Configure Build Path-> Libraries-> Remove the jta lib
I was able to successfully build my project but was getting this error even after project Refresh/Project Clean.