Maven: How to include jars, which are not available in reps into a J2EE project?

后端 未结 10 1070
失恋的感觉
失恋的感觉 2020-11-28 18:17

in my J2EE project I\'ve a couple of dependencies, which are not available in any Maven repository, because they\'re proprietary libraries. These libraries need to be availa

10条回答
  •  抹茶落季
    2020-11-28 18:44

    If I am understanding well, if what you want to do is to export dependencies during the compilation phase so there will be no need to retrieve manually each needed libraries, you can use the mojo copy-dependencies.

    Hope it can be useful in your case (examples)

提交回复
热议问题