Maven Learning Note 2

Source: Internet
Author: User
  1. Maven warehouses and coordinates
    (1) Maven Warehouse:

    Warehouses and artifacts: Warehouses store artifacts. A component can be a dependency, a plug-in, or a project output.



    Configuring a mirrored warehouse will not access the central repository.

    The process of looking for artifacts.


    (2) Maven coordinates

    The coordinate definition. These elements are also the defining elements when creating a MAVEN project.


    Go to the central warehouse to find a dependency, or go to a local project to find coordinates, and then add dependencies (need to first publish the project as a component), all available.


    The MAVEN command that publishes the artifact.

    The jar package and the Pom file are sent to the local warehouse address.

  2. Dependent attributes
    (1) Scope of dependence (scope)

    (2) Dependency transfer
    Adding a dependency adds a transitive dependency (an implicit dependency) at the same time.
    (3) Dependency exclusion

    Replace unstable components with more robust components, and eliminate old ones and add new ones.
    (4) Conflict-dependent

    The first principle path distance, the same distance applies the second principle.

    Apply MVN dependency:tree to view the dependency tree so that the dependent path distance can be calculated.



Maven Learning Note 2

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.