You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/10/08 08:35:39 UTC

[maven-clean-plugin] 01/01: Remove tagletArtifact from maven-javadoc-plugin

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

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git

commit b7c6dafd132df5900326899c3cff1b90dd9f9955
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Oct 8 10:35:27 2021 +0200

    Remove tagletArtifact from maven-javadoc-plugin
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5040b59..8ddf6e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,9 +136,13 @@ under the License.
           <artifactId>maven-enforcer-plugin</artifactId>
           <version>3.0.0-M3</version>
         </plugin>
-        <plugin>
+       <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.1</version>
+          <configuration> <!--  remove after MPOM-269 -->
+            <tagletArtifacts combine.self="override"/>
+          </configuration>
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>