Author: svn-site-role
Date: Mon Feb 26 18:09:44 2024
New Revision: 1916013

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/guides/mini/guide-multiple-repositories.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/guides/mini/guide-multiple-repositories.html
==============================================================================
--- maven/website/content/guides/mini/guide-multiple-repositories.html 
(original)
+++ maven/website/content/guides/mini/guide-multiple-repositories.html Mon Feb 
26 18:09:44 2024
@@ -229,7 +229,9 @@ mvn -Pmyprofile ...
 <li>effective POMs from dependency path to the artifact.</li></ol>
 <p>For each of these locations, the repositories within the profiles are 
queried first in the order outlined at <a 
href="../introduction/introduction-to-profiles.html">Introduction to build 
profiles</a>.</p>
 <p>Before downloading from a repository, <a 
href="./guide-mirror-settings.html">mirrors configuration</a> is applied.</p>
-<p>Effective settings and local build POM, with profile taken into account, 
can easily be reviewed to see their repositories order with <code>mvn 
help:effective-settings</code> and <code>mvn help:effective-pom 
-Dverbose</code>.</p></section></section>
+<p>Effective settings and local build POM, with profile taken into account, 
can easily be reviewed to see their repositories order with <code>mvn 
help:effective-settings</code> and <code>mvn help:effective-pom 
-Dverbose</code>.</p></section><section>
+<h2>Repository IDs</h2>
+<p>Each repository must have a <b>unique ID</b>. Clashing repository IDs 
within either effective settings or effective POMs lead to build failures. 
However, repositories from POM get overwritten by repositories with the same ID 
from effective settings. Repository IDs are also used in the <a 
class="externalLink" 
href="https://maven.apache.org/ref/3-LATEST/maven-repository-metadata/";>local 
repository metadata</a>.</p></section></section>
         </main>
       </div>
     </div>

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.


Reply via email to