You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/08/01 11:04:45 UTC

[GitHub] [maven-parent] rfscholte commented on pull request #20: [MPOM-250] remove taglets

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:
users@infra.apache.org