在Google App Engine应用程序中使用Maven

时间:2010-06-01 20:43:53

标签: google-app-engine maven-2

我正在使用SpringSource Tool Suite制作Google App Engine项目。我没有maven就创建了项目,并将库添加到了lib文件夹中,我完美地完成了Spring Framework的工作。但是我尝试制作使用Maven的项目,当我尝试在开发服务器上运行我的应用程序时,它无法找到任何类。

那么我该怎么办,以便我的dependecies实际部署到lib文件夹?

pom.xml中依赖项的示例:

    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>org.springframework.core</artifactId>
        <version>3.0.2.RELEASE</version>
    </dependency>

2 个答案:

答案 0 :(得分:2)

查看我的jappstart项目中的pom.xml。这是一个使用Spring的功能性GAE项目。

答案 1 :(得分:0)

看看它涵盖Sprint 3,Google App Engine和maven的example