rfscholte commented on pull request #20: URL: https://github.com/apache/maven-parent/pull/20#issuecomment-667514160
Let's combine this by adding the following to the maven-plugin-plugin for the [descriptor-goal](https://maven.apache.org/plugin-tools/maven-plugin-plugin/descriptor-mojo.html#extractors) to ensure only the [JavaAnnotationsMojoDescriptorExtractor](https://maven.apache.org/plugin-tools/maven-plugin-tools-annotations/xref/org/apache/maven/tools/plugin/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor.html#L82) is being used (with this taglets are really not used anymore): <extractors> <extractor>java-annotations</extractor> </extractors> ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
