How to include external jars in maven jar build process?

前端 未结 3 607
深忆病人
深忆病人 2020-12-18 18:51

I want to build a .jar file with dependencies in maven. Unfortunately I have to include some external .jars in my buildpath. When I now try to build this project with maven

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-18 19:42

    You can include the external jars in your build path as dependency with system .

    Check this link

提交回复
热议问题