Maven 或 Ant +常春藤

发布于 2024-12-28 01:20:05 字数 217 浏览 1 评论 0原文

我即将启动一个 Java 项目(Android One),想知道最好的项目管理方法是什么? Maven 或 Ant + Ivy

各自的优点和缺点是什么?我在网上看了一下,喜欢专家的简单性,但我被告知,当我的项目需要它们时,很难用它来做定制的事情。

我过去使用过 Ant,但从未使用过像 Ivy 这样的依赖管理工具。

此外,我将使用 Eclipse,因此易于集成也是一个因素

I am about to start a Java project(Android One) and was wondering what would be the best Project Management Approach? Maven or Ant + Ivy

What are the strengths and weaknesses of each? I have taken a look online and like mavens simplicity, but am told that it is hard to do custom things with it when my project needs them.

I have used Ant in the past, but never with a dependency management tool like Ivy

Also, I will be using Eclipse, so ease of integration would also be a factor

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

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

发布评论

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

评论(1

ぇ气 2025-01-04 01:20:05

正如可以为 Ant 开发自定义任务一样,可以为 Maven 编写自定义插件。此外,如果需要,您可以随时从 Maven 调用 Ant 任务。

特别是最近,Maven 使用 m2e(以前称为 m2eclipse)很好地集成到 Eclipse 中。

我的意见:使用 Maven。

Just as custom tasks can be developed for Ant, custom plugins can be written for Maven. Additionally, you can always call Ant tasks from Maven if/as you need.

Especially recently, Maven integrates really well into Eclipse using m2e (formerly m2eclipse).

My opinion: Go with Maven.

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