diff --git a/pom.xml b/pom.xml index 69165538..1a0f9e01 100644 --- a/pom.xml +++ b/pom.xml @@ -747,6 +747,7 @@ true ${javadocOptions} false + true diff --git a/terminal-ffm/pom.xml b/terminal-ffm/pom.xml index 1565f66b..b277c30c 100644 --- a/terminal-ffm/pom.xml +++ b/terminal-ffm/pom.xml @@ -69,6 +69,13 @@ --enable-preview --enable-native-access=ALL-UNNAMED + + org.apache.maven.plugins + maven-javadoc-plugin + + --enable-preview --release ${java.release.version} + +