Should we use Nexus or Artifactory for a Maven Repo?

后端 未结 12 1588
悲&欢浪女
悲&欢浪女 2020-12-07 07:28

We are using Maven for a large build process (> 100 modules). We have been storing our external dependencies in source control, and using that to update a local repo.

<
12条回答
  •  不思量自难忘°
    2020-12-07 08:08

    All politics/religion aside, licensing makes a difference for some organizations.

    Nexus is GPL now AGPLv3 and now Eclipse Public License (EPL).

    Artifactory is Apache licensed LGPLv3 licensed as of version 2.1 of the product.

    You may also want to consider Archiva, just for comparison's sake. It's Apache 2.0 licensed.

提交回复
热议问题