I'm getting this error in Spring Tool Suite when I right-click a project and select Maven->Update Project. When I go to ~/.m2/repository/sun/plugin/plugin
, here is what I see.
$ ls
m2e-lastUpdated.properties
plugin-1.7-javadoc.jar.lastUpdated
plugin-1.7-sources.jar.lastUpdated
Apparently the plugin-1.7.jar is missing from my Maven repository. This might be because I stupidly deleted ~/.m2/repository yesterday in order to try to fix another problem.
How do I fix this error? How can I install plugin-1.7.jar? It's the plugin-1.7 jar from com.sun, but when I search Google I can't find where to download it.