How to build project from maven pom file

后端 未结 4 1939
离开以前
离开以前 2021-02-01 04:17

I have a maven pom file for an open source project. This pom file has all the info like what other jars it depends on etc. I installed maven. Created a dir samprj and copied the

4条回答
  •  北海茫月
    2021-02-01 05:21

    If you want to open this within Eclipse, you need to install m2eclipse:

    • http://www.eclipse.org/m2e/

    and then import the project as a Maven project as described here:

    • http://books.sonatype.com/m2eclipse-book/reference/creating-sect-importing-projects.html

提交回复
热议问题