在 pom.xml 中配置中央和第三方存储库

Configure both central and third party repositories in pom.xml

我有一个从 nexus central 下载 jar 的 maven 项目 repository.But 我正在使用一些没有从中央存储库下载的 oracle jar,因为 licensing.so 我已经在 nexus 第三方下载它们 repository.So 当 jar 没有从中心下载时,它应该从第三方存储库下载它。

settings.xml和pom.xml需要做哪些配置?

在下面找到答案link https://blog.sonatype.com/2008/11/adding-a-jar-to-a-maven-repository-with-sonatype-nexus/

配置settings.xml如上所述