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

后端 未结 10 1068
失恋的感觉
失恋的感觉 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:54

    you can install them in a private, local repository (e.g. .m2/repository under your home directory): more details here

提交回复
热议问题