[
https://issues.apache.org/jira/browse/SUREFIRE-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17781325#comment-17781325
]
ASF GitHub Bot commented on SUREFIRE-2205:
------------------------------------------
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.
> Mojo documentation links are broken
> -----------------------------------
>
> Key: SUREFIRE-2205
> URL: https://issues.apache.org/jira/browse/SUREFIRE-2205
> Project: Maven Surefire
> Issue Type: Bug
> Components: documentation
> Affects Versions: 3.2.1
> Reporter: Daniel Huss
> Assignee: Michael Osipov
> Priority: Minor
> Fix For: version-next
>
> Attachments: image-2023-10-24-16-45-11-220.png
>
>
> To reproduce:
> # Go to [https://maven.apache.org/surefire/maven-surefire-plugin/]
> # Click link to "goals" or "surefire:test"
> Expected: Goals or goal documentation is shown.
> Actual: !image-2023-10-24-16-45-11-220.png|width=299,height=182!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)