Generating a Maven POM from an existing project?

后端 未结 4 1087
眼角桃花
眼角桃花 2020-12-30 03:04

Do any of the IDEs (or any other tool for that matter) have the ability to generate a POM based on an existing project?


I ended up generating the POM with a Ma

4条回答
  •  遥遥无期
    2020-12-30 03:50

    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.

    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)

提交回复
热议问题