jira-importer commented on issue #861: URL: https://github.com/apache/maven-javadoc-plugin/issues/861#issuecomment-2957358120
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented There's a conflict between [surefires groups](https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#groups) and [javadocs groups](https://maven.apache.org/plugins/maven-javadoc-plugin/jar-mojo.html#groups). This is one on the reasons why we encourage plugin writers to start the user properties with the [goal prefix](https://maven.apache.org/plugin-tools/maven-plugin-plugin/descriptor-mojo.html#goalPrefix). In case of javadoc I think somebodfy made a mistake in the past:there's no way you can create a complex object via a user property. So for javadoc it should be removed, but I would also like to see that surefire uses the goalPrefix for their user properties. -- 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]
