Maven: keeping dependent jars in project version control

后端 未结 5 1928
猫巷女王i
猫巷女王i 2021-01-02 01:37

So, I have a war project with several dependent jars that are not available in any repository. Up until recently, I\'d been keeping them in src/main/webapp/WEB-INF/lib

5条回答
  •  情歌与酒
    2021-01-02 01:49

    I think the best solution in your case would be to setup an internal repository. There is no need to setup whole Nexus at first. Any simple webserver will be sufficient or shared folder somewhere.

    Check the Maven DOC on howto set up an internal repository.

提交回复
热议问题