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-help-plugin.git
commit 8f44d54bd123f691e12156b97d63cb5a1e003016 Author: rfscholte <rfscho...@apache.org> AuthorDate: Fri Oct 15 11:34:20 2021 +0200 Remove tagletArtifacts --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 142d159..fc34dee 100644 --- a/pom.xml +++ b/pom.xml @@ -229,6 +229,14 @@ <artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M3</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>3.3.1</version> + <configuration> <!-- remove after MPOM-269 --> + <tagletArtifacts combine.self="override"/> + </configuration> + </plugin> </plugins> </pluginManagement> <plugins>