michael-o commented on a change in pull request #205:
URL: https://github.com/apache/maven-site/pull/205#discussion_r499172202
##########
File path: content/apt/guides/mini/guide-multiple-repositories.apt
##########
@@ -52,11 +52,15 @@ Setting up Multiple Repositories
+----+
+You can give repositories in a POM also in profiles.
Review comment:
This sentence is weird...
##########
File path: content/apt/guides/mini/guide-multiple-repositories.apt
##########
@@ -102,3 +106,15 @@ mvn -Pmyprofile ...
activate multiple profiles simultaneously.
<<Note>>: The settings descriptor documentation can be found on the
{{{../../maven-settings/settings.html}Maven Local Settings Model Website}}.
+
+ ** Repository Order
+
+Remote repository URLs are queried in the following order for artifacts until
one returns a valid result:
+
+[[1]] Global <<<settings.xml>>>
+[[1]] User <<<settings.xml>>>
+[[1]] Local POM
+[[1]] Parent POMs, recursively
+[[1]] Super POM
+
+For each of theses locations the repositories within the profiles are queried
first in the order outlined at
{{{../introduction/introduction-to-profiles.html}Introduction to build
profiles}}.
Review comment:
theses => these
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]