How to build project from maven pom file

后端 未结 4 2084
离开以前
离开以前 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:03

    Try out their getting started guide. It has a lot of good examples:

    http://maven.apache.org/guides/getting-started/

提交回复
热议问题