使用 Maven 作为 Google App Engine 项目的构建工具在 Eclipse 中创建一个新项目

发布于 2024-11-04 01:47:52 字数 199 浏览 0 评论 0 原文

我正在创建 GAE 项目,我想使用 Maven 作为构建工具。我发现项目 http://www.kindleit.net/maven_gae_plugin/ 提供了使用 GAE 的能力使用 Maven,但我不明白如何使用此配置创建一个新项目?

I'm creating GAE projects and I would like to use Maven as build tool. I have found project http://www.kindleit.net/maven_gae_plugin/ that provides ability to use GAE with Maven, but I didn't understand how I can create a new project with this configuration?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

通知家属抬走 2024-11-11 01:47:52

首先,您必须安装 m2eclipse 插件 才能在 Eclipse 中有效使用 Maven。获得后:

  • 使用 File->New->Project... 创建一个新的 Maven 项目,
  • 确保“创建简单项目” ..”复选框未选中
  • 从kindleit中选择适当的原型

  • 为您的项目提供一个ID和一个组

之后它将以适当的结构生成并且依赖关系

First of all you have to have m2eclipse plugin installed to effectively use Maven in Eclipse. Once you have it:

  • Create a new Maven project with File->New->Project...
  • Make sure "Create simple project.." checkbox is not checked
  • Select appropriate archetype from kindleit

enter image description here

  • Give your project an id and a group

After that it will be generated with proper structure and dependecies

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文