From a646c3ff4cc80940dc51582e05ca987571f42433 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Mon, 19 Dec 2022 08:52:58 +0100 Subject: [PATCH] Reverting to javadoc plugin 3.3.0 --- .../src/main/resources/archetype-resources/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ws/Archetypes/mi-maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml b/ws/Archetypes/mi-maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml index 6ddbc2ac3..e28d9bfb8 100644 --- a/ws/Archetypes/mi-maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml +++ b/ws/Archetypes/mi-maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml @@ -47,7 +47,8 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.4.1</version> + <!-- Starting from 3.3.1 generated filenames no longer show up on terminal output --> + <version>3.3.0</version> <configuration> <linksource>true</linksource> <detectJavaApiLink>false</detectJavaApiLink> -- GitLab