gnodet commented on PR #11857:
URL: https://github.com/apache/maven/pull/11857#issuecomment-4524282310

   _Claude Code on behalf of Guillaume Nodet_
   
   I've pushed a follow-up commit to address the review suggestion about the 
warning message wording. The commit simplifies the double-negative phrasing:
   
   **Before:**
   > This project may not work in applications that do not use these 
dependencies with exactly the same filenames as listed above.
   
   **After:**
   > This project may not work if consumers use these dependencies with 
different filenames.
   
   The Javadoc update in `PathModularization.java` was already applied in the 
existing commit.
   
   The commit is available at 
[`gnodet/maven@nuance-automodule-warning`](https://github.com/gnodet/maven/tree/nuance-automodule-warning)
 — you can cherry-pick it with:
   
   ```
   git remote add gnodet https://github.com/gnodet/maven.git
   git fetch gnodet nuance-automodule-warning
   git cherry-pick gnodet/nuance-automodule-warning
   ```
   
   Or I can merge this into the main repo directly if you enable "Allow edits 
from maintainers" on this PR.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to