This is an automated email from the ASF dual-hosted git repository.

ascheman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit d31b2f2c333bc8310d3c57cfff6e0e83d01d242c
Author: Gerd Aschemann <[email protected]>
AuthorDate: Tue Jun 23 16:31:44 2026 +0200

    [#12288] Address Copilot review: fix typo + split NOTICE for readability
    
    * Fix typo on line 153: 'ot' -> 'or'.
    * Split the long single-sentence NOTICE into a two-bullet list of the
      honored activation channels plus a separate sentence on rationale,
      per Copilot suggestion at line 151.
---
 content/markdown/guides/mini/guide-resolver-transport.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/content/markdown/guides/mini/guide-resolver-transport.md 
b/content/markdown/guides/mini/guide-resolver-transport.md
index 6b5ed34c..409e4620 100644
--- a/content/markdown/guides/mini/guide-resolver-transport.md
+++ b/content/markdown/guides/mini/guide-resolver-transport.md
@@ -148,9 +148,14 @@ Configuration can be provided on global level as 
properties in `settings.xml`
 </settings>
 ```
 
-**NOTICE:** Only profiles activated by `settings/activeProfiles` (the explicit 
list at the bottom of `settings.xml`) are honored here, or by CLI `-P <id>`. 
Profiles activated through `<activation>` conditions in the profile itself 
(`<activeByDefault>`, `<jdk>`, `<os>`, `<property>`, `<file>`) are **not** 
taken into account for the resolver session config -- the resolver session is 
built before Maven evaluates those conditions.
+**NOTICE:** Only profiles activated explicitly are honored here:
 
-You can also use environment variable `MAVEN_OPTS` ot `MAVEN_ARGS`
+* via `<activeProfiles>` (the explicit list at the bottom of `settings.xml`), 
or
+* via CLI `-P <id>`.
+
+Profiles activated through `<activation>` conditions in the profile itself — 
`<activeByDefault>`, `<jdk>`, `<os>`, `<property>`, `<file>` — are **not** 
taken into account for the resolver session config: the resolver session is 
built before Maven evaluates those conditions.
+
+You can also use environment variable `MAVEN_OPTS` or `MAVEN_ARGS`
 
 ```
 export MAVEN_ARGS="-Daether.connector.http.preemptiveAuth=true"

Reply via email to