Maven, how to add additional libs not available in repo

前端 未结 5 1653
深忆病人
深忆病人 2020-12-11 05:57

I have a maven project that has a set of library dependancies that are not available via any maven repository. How can I add those libraries to the pom? I want to do this s

5条回答
  •  余生分开走
    2020-12-11 06:20

    recently I created a small UI Util to install libraries to you local repository. It works the same way as install:install-file.

    https://github.com/escv/maven-install-ui

提交回复
热议问题