Re: [PR] Copy edits in comments, API doc, and messages [maven]

2025-01-07 Thread via GitHub
elharo merged PR #2020: URL: https://github.com/apache/maven/pull/2020 -- 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: issues-unsubscr...@maven.apache.o

Re: [PR] Copy edits in comments, API doc, and messages [maven]

2025-01-05 Thread via GitHub
elharo commented on code in PR #2020: URL: https://github.com/apache/maven/pull/2020#discussion_r1903264126 ## impl/maven-impl/src/main/java/org/apache/maven/internal/impl/DefaultDependencyResolverResult.java: ## @@ -124,31 +124,31 @@ private void addPathElement(PathType type, P

Re: [PR] Copy edits in comments, API doc, and messages [maven]

2025-01-04 Thread via GitHub
gnodet commented on code in PR #2020: URL: https://github.com/apache/maven/pull/2020#discussion_r1903198505 ## api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java: ## @@ -68,9 +68,9 @@ public enum JavaPathType implements PathType { * * *

[PR] Copy edits in comments, API doc, and messages [maven]

2025-01-03 Thread via GitHub
elharo opened a new pull request, #2020: URL: https://github.com/apache/maven/pull/2020 In particular I've followed Oracle's usage of unhyphenated "class path" and "module path" when referring to the concepts instead of the CLU argument. --module-path is still used when referring to the cl