elharo commented on a change in pull request #195: URL: https://github.com/apache/maven-dependency-plugin/pull/195#discussion_r805426960
########## File path: src/it/projects/analyze-report/pom.xml ########## @@ -59,13 +59,40 @@ <plugins> <plugin> <artifactId>maven-dependency-plugin</artifactId> - <configuration> - <outputXML>true</outputXML> - <scriptableOutput>true</scriptableOutput> - <verbose>true</verbose> - </configuration> + <version>@project.version@</version> + </plugin> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <version>3.10.0</version> Review comment: IMHO not a good idea. It's not worth delaying this, and it's no harder to update to 3.11.0 before or after 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org