psiroky commented on code in PR #238:
URL:
https://github.com/apache/maven-integration-testing/pull/238#discussion_r1081958595
##########
core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml:
##########
@@ -72,6 +72,12 @@ under the License.
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-exec</artifactId>
<version>1.6.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
Review Comment:
This has been already done as part of
https://github.com/apache/maven-integration-testing/pull/223, but then I think
it got accidentally reverted when merging some other changes.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]