slawekjaranowski commented on code in PR #681:
URL: https://github.com/apache/maven-surefire/pull/681#discussion_r1377461527
##########
maven-failsafe-plugin/pom.xml:
##########
@@ -87,10 +87,6 @@
<build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-plugin-plugin</artifactId>
- </plugin>
Review Comment:
We have packaging `maven-plugin` which determinate binding of
`maven-plugin-plugin` by default - redundant definition.
Additional configuration like `helpmojo` we have in `pluginManagement` in
project root pom.
So plugin descriptor is generated.
--
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]