How to add local jar files to a Maven project?

后端 未结 30 3230
悲&欢浪女
悲&欢浪女 2020-11-21 04:58

How do I add local jar files (not yet part of the Maven repository) directly in my project\'s library sources?

30条回答
  •  隐瞒了意图╮
    2020-11-21 05:25

    The preferred way would be to create your own remote repository.

    See here for details on how to do it. Have a look at the 'Uploading to a Remote Repository' section.

提交回复
热议问题