You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kw...@apache.org on 2022/11/09 12:39:22 UTC

[maven-plugin-tools] branch master updated: javadoc: clarify extractor names

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new dfcf53f5 javadoc: clarify extractor names
dfcf53f5 is described below

commit dfcf53f5da2e6e780a28f314a3d8cfc2eb35cd6d
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Nov 9 13:39:17 2022 +0100

    javadoc: clarify extractor names
---
 .../org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java    | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
index 8adfd7ee..2ab1c18f 100644
--- a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
+++ b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
@@ -118,6 +118,13 @@ public class DescriptorGeneratorMojo
      *      &lt;extractor&gt;bsh&lt;/extractor&gt;
      *  &lt;/extractors&gt;
      * </pre>
+     * The extractors with the following names ship with {@code maven-plugin-tools}:
+     * <ol>
+     *  <li>{@code java-annotations}</li>
+     *  <li>{@code java-javadoc}, deprecated</li>
+     *  <li>{@code ant}, deprecated</li>
+     *  <li>{@code bsh}, deprecated</li>
+     * </ol>
      */
     @Parameter
     private Set<String> extractors;