You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/02/13 22:35:51 UTC

[GitHub] [maven-dependency-plugin] michael-o commented on a change in pull request #195: [MDEP-788] Upgrade maven-reporting-impl to version 3.1.0

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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org