What is the difference between Nexus and Maven?

前端 未结 3 1209
清酒与你
清酒与你 2020-12-12 09:43

What is the difference between Nexus and Maven?

What is a basic scenario of usage only Maven? What about a scenari

3条回答
  •  失恋的感觉
    2020-12-12 10:30

    This has a good general description: https://gephi.wordpress.com/tag/maven/

    Let me make a few statement that can put the difference in focus:

    1. We migrated our code base from Ant to Maven

    2. All 3rd party librairies have been uploaded to Nexus. Maven is using Nexus as a source for libraries.

    3. Basic functionalities of a repository manager like Sonatype are:

      • Managing project dependencies,
      • Artifacts & Metadata,
      • Proxying external repositories
      • and deployment of packaged binaries and JARs to share those artifacts with other developers and end-users.

提交回复
热议问题