Re: [PR] Clean up parameters docs [maven-dependency-plugin]

2024-10-19 Thread via GitHub
elharo merged PR #439: URL: https://github.com/apache/maven-dependency-plugin/pull/439 -- 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..

Re: [PR] Clean up parameters docs [maven-dependency-plugin]

2024-10-18 Thread via GitHub
elharo commented on code in PR #439: URL: https://github.com/apache/maven-dependency-plugin/pull/439#discussion_r1807062673 ## src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java: ## @@ -114,64 +112,50 @@ public abstract class AbstractAnalyzeMojo

Re: [PR] Clean up parameters docs [maven-dependency-plugin]

2024-10-18 Thread via GitHub
michael-o commented on code in PR #439: URL: https://github.com/apache/maven-dependency-plugin/pull/439#discussion_r1806790050 ## src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java: ## @@ -114,64 +112,50 @@ public abstract class AbstractAnalyzeMo

[PR] Clean up parameters docs [maven-dependency-plugin]

2024-10-14 Thread via GitHub
elharo opened a new pull request, #439: URL: https://github.com/apache/maven-dependency-plugin/pull/439 1. Don't specify the property when it's identical to the field name, since this adds redundant content to the user docs. 2. Don't bother with `@since` from 2.0 versions 3. Fix copy p