michael-o commented on a change in pull request #195: URL: https://github.com/apache/maven-dependency-plugin/pull/195#discussion_r805425728
########## 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: 3.11.0 is in the works which upgrades the entire stack. I recommend to wait for it. -- 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