I got a new problem with tomcat (maven and eclipse neon).
I didn't changed anything, just tried to start the server as always, but now tomcat gives me the "Publishing failed with multiple errors Error reading file". I looked up for theses files (it's 3 .jar files) and they are on the right place (in the .m2 folder, so in the maven repositories) but with the file-ending ".lastUpdated". I removed the .lastUpdated but it didn't work. It seems to be something with the .lastUpdated-Thing. Also which might be interesting for solving: i have various versions of this .jar's and the older versions don't have this .lastUpdated thingy.
Things i have already done:
Clean Tomcat, Clean Project etc.
Eclipse Clean Startup
Eclipse started as administrator
Maven -> Update Project
Checked settings.xml
Refreshed the workspaced multiple times
Manualley build the workspace
Git pull to get the newest version
The maven repositories come from a company-intern server.
Thanks!