Closed scottkurz closed 2 months ago
Note a workaround would be to configure an older version of the reporting plugin, e.g.:
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.2.5</version>
</plugin>
</plugins>
</pluginManagement>
It may also be possible to use the new plugin with some non-default, explicit configuration, e.g. possibly using <reporting>
.
See: https://github.com/OpenLiberty/liberty-tools-intellij/issues/934
(Note the issue: https://github.com/OpenLiberty/liberty-tools-eclipse/issues/67 which suggests we handle any configured location)