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

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

    Continue to use them as a system dependency and copy them over to target/.../WEB-INF/lib ... using the Maven dependency plugin:

    http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html

提交回复
热议问题