Generating a Maven POM from an existing project?(从现有项目生成 Maven POM?)
问题描述
是否有任何 IDE(或任何其他工具)能够基于现有项目生成 POM?
Do any of the IDEs (or any other tool for that matter) have the ability to generate a POM based on an existing project?
我最终生成了具有 Maven 原型的 POM,如 Peter 和 Sal 建议,然后将现有源移入.感谢大家的帮助.
I ended up generating the POM with a Maven archetype as Peter and Sal suggested and then moving the existing source in. Thanks for the help guys.
推荐答案
您可以在 IntelliJ 中执行此操作,但它生成的 POM 可能比您手动编写更复杂.如果您的项目当前在 JBuilder 或 Eclipse 中,您可以先导入它.
You can do this in IntelliJ, but the POM it generates may be more complex than if you write by hand. If your project is currently in JBuilder or Eclipse you can import this first.
相反,我建议您在 POM 中描述您的项目并使用它来生成您的项目信息.您可以为 eclipse 和 idea 执行此操作(我假设其他 IDE)
Instead I would suggest you describe your project in a POM and use it to generate your project information. You can do this for eclipse and idea (and I assume other IDEs)
这篇关于从现有项目生成 Maven POM?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:从现有项目生成 Maven POM?
基础教程推荐
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 降序排序:Java Map 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01