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/11 17:08:41 UTC

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #464: [SUREFIRE-2003] Upgrade Maven Reporting to 3.1.0

slawekjaranowski commented on a change in pull request #464:
URL: https://github.com/apache/maven-surefire/pull/464#discussion_r804847146



##########
File path: surefire-its/src/test/resources/surefire-1490/pom.xml
##########
@@ -41,8 +41,20 @@
         </dependency>
     </dependencies>
 
+
     <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <version>3.10.0</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>

Review comment:
       This was a root cause ... old maven-site-plugin




-- 
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