I've just installed STS on a new Mac OSX 10.8.1. When I create a default Spring MVC Template project, there is an error message in the pom.xml file that says
Description Resource Path Location Type
invalid LOC header (bad signature) pom.xml /testapp line 1 Maven Configuration Problem
Description Resource Path Location Type
No plugin found for prefix 'war' in the current project and in the plugin groups [] available from the repositories [local (/Users/username/.m2/repository), central (http://repo.maven.apache.org/maven2)] pom.xml /testapp line 1 Maven WTP Configuration Problem
Is there anything I'm missing here? Creating a Spring MVC template project with STS works fine on my Windows XP computer. Any help would be greatly appreciated.


Reply With Quote