Maven知识点记录 – repositories

最后更新于:2022-04-01 20:45:15

在使用Maven时,有的jar包可以只在某一个仓库中有,而且只想在这个项目中使用,可以使用repositories来配置 ~~~ nexus Team Nexus Repository http://localhost:8081/nexus/content/groups/public offical Maven Official Repository http://repo1.maven.org/maven2 false ...... ~~~ 即在该项目可以使用这个仓库中的JAR包, 在开发时,如果公司有私服,可能会这样使用
';