This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push: new 7540302570 NIFI-14980 Fixed JavaDoc generation for NiFi Registry (#10311) 7540302570 is described below commit 7540302570949481ce216a16557d1e28c643a202 Author: Pierre Villard <pierre.villard...@gmail.com> AuthorDate: Tue Sep 16 21:23:19 2025 +0200 NIFI-14980 Fixed JavaDoc generation for NiFi Registry (#10311) Signed-off-by: David Handermann <exceptionfact...@apache.org> --- nifi-registry/pom.xml | 5 ++--- pom.xml | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml index 1ac087296f..30a85152fe 100644 --- a/nifi-registry/pom.xml +++ b/nifi-registry/pom.xml @@ -264,13 +264,12 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> - <failOnError>false</failOnError> + <failOnError>true</failOnError> <quiet>true</quiet> <show>private</show> <encoding>UTF-8</encoding> - <quiet>true</quiet> - <javadocVersion>1.8</javadocVersion> <additionalJOption>-J-Xmx512m</additionalJOption> + <doclint>none</doclint> </configuration> </plugin> </plugins> diff --git a/pom.xml b/pom.xml index c3cf9fb639..e79794a775 100644 --- a/pom.xml +++ b/pom.xml @@ -705,7 +705,6 @@ <quiet>true</quiet> <show>private</show> <encoding>UTF-8</encoding> - <quiet>true</quiet> <additionalJOption>-J-Xmx512m</additionalJOption> <doclint>none</doclint> </configuration>