zoukankan      html  css  js  c++  java
  • Proxy Hosted Virtual

    http://books.sonatype.com/nexus-book/reference/confignx-sect-manage-repo.html

    Public Repositories

    对外地址

    http://192.168.0.244:8081/nexus/content/groups/public/

    Group ID

    Publis URL

    例如:

    http://repo.maven.apache.org/maven2/

    http://repo1.maven.org/maven2/

    https://repository.apache.org/content/groups/public/

    https://oss.sonatype.org/content/repositories/releases/

    http://repo.spring.io/release/

    http://maven.oschina.net/content/groups/public/

    http://repository.ow2.org/nexus/content/repositories/snapshots/

    http://repository.apache.org/snapshots/

    https://oss.sonatype.org/content/repositories/snapshots/

    https://nexus.codehaus.org/snapshots/

    标红的是nexus默认的三个代理

    代理

    代理仓库一开始给了3个

    有Apache 、Codehaus 和 maven中央仓库

    可以仿照这个添加其他代理

    宿主

    3rd Party
    This hosted repository should be used for third-party dependencies not available in the public Maven repositories. Examples of these dependencies could be commercial, proprietary libraries such as an Oracle JDBC driver that may be referenced by your organization.
    Releases
    This hosted repository is where your organization will publish internal releases.
    Snapshots
    This hosted repository is where your organization will publish internal snapshots.

    商业和具有版权的不允许随意传播的,购买了使用权的,放到3rd Party

    自己的快照放到Snapshots

    自己的发布版放到Releases

    Virtual Repository

    expose any repository format

    适配除了maven2以外的仓库

     
  • 相关阅读:
    python3
    python2
    python的爬虫
    SQL SEVERE 基本用法 1
    安装SQL SEVER 2017 express 轻量入门级软件 安装教程
    面试学习资料
    后端架构师--总结网址收藏(个人)
    JVM学习网址(收集总结)
    RabbitMQ--学习资源汇
    Redis 学习资料目录(Important)
  • 原文地址:https://www.cnblogs.com/zno2/p/5280358.html
Copyright © 2011-2022 走看看