Maven repository lookup order

前端 未结 1 432
别那么骄傲
别那么骄傲 2020-12-11 05:52

We have an internal Apache Archiva based repository and we have configured the repositories tag in pom.xml to be as follows. Can I assume that all dependency access will get

相关标签:
1条回答
  • 2020-12-11 06:21

    Maven 3.0 had it fixed as you can see in Maven developer's Jira below. The lookup will be done in the order they are declared.

    https://issues.apache.org/jira/browse/MNG-4400

    0 讨论(0)
提交回复
热议问题