You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/31 13:40:31 UTC

[maven-parent] branch i250 created (now a2c4208)

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

elharo pushed a change to branch i250
in repository https://gitbox.apache.org/repos/asf/maven-parent.git.


      at a2c4208  remove taglets

This branch includes the following new commits:

     new a2c4208  remove taglets

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-parent] 01/01: remove taglets

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a2c4208d9c001be8d0a8f1a7f908e642c5502c66
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Jul 31 09:40:15 2020 -0400

    remove taglets
---
 maven-plugins/pom.xml | 9 ---------
 1 file changed, 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>