How to use pom.xml/Maven to initialize a local thoughtsite (App Engine sample) project in Eclipse?
Posted
by ovr
on Stack Overflow
See other posts from Stack Overflow
or by ovr
Published on 2010-06-07T08:58:03Z
Indexed on
2010/06/07
9:02 UTC
Read the original article
Hit count: 301
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.
© Stack Overflow or respective owner