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:46:25 UTC

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

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

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