This sample app ("thoughtsite") for App Engine contains a pom.xml
in its trunk:
http://code.google.com/p/thoughtsite/source/browse/#svn/trunk
But I don't know what command to run in Maven to set up the project locally. (The README doesn't mention anything about Maven.)
I tried to just import the project code directly into Eclipse
but it doesn't look like it's in an appropriate format for a direct import. So I assume I need to do something with Maven
to get it set up correctly. I haven't really used Maven
before so I'm not sure what command I would need to run to set everything up. The pom.xml
seems like it downloads a bunch of dependencies for the project like the Spring
jar files which I don't see anywhere else in the svn repository.