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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0280e92  [MPOM-250] remove taglets, use only Java Annotation extractors
0280e92 is described below

commit 0280e9293d6973df5ba48e7f8d90bf5d743b009c
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Fri Jul 31 09:40:15 2020 -0400

    [MPOM-250] remove taglets, use only Java Annotation extractors
    
    Closes #20
---
 maven-plugins/pom.xml | 9 ---------
 pom.xml               | 5 +++++
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 28ff98d..f53f2f5 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -99,15 +99,6 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <configuration>
-            <tagletArtifacts>
-              <tagletArtifact 
combine.id="org.apache.maven.plugin-tools:maven-plugin-tools-javadoc">
-                <groupId>org.apache.maven.plugin-tools</groupId>
-                <artifactId>maven-plugin-tools-javadoc</artifactId>
-                <version>${mavenPluginToolsVersion}</version>
-              </tagletArtifact>
-            </tagletArtifacts>
-          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index da69531..747f301 100644
--- a/pom.xml
+++ b/pom.xml
@@ -952,6 +952,11 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
           <version>${mavenPluginToolsVersion}</version>
+          <configuration>
+            <extractors>
+              <extractor>java-annotations</extractor>
+            </extractors>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.codehaus.modello</groupId>

Reply via email to