From 81a8344c246dc30406b40dbe1f98343f4e53e073 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Wed, 6 Mar 2024 07:34:04 -0800 Subject: [PATCH] Working around javadoc problem I run into the "unable to mix named and unnamed modules" problem in javadoc that for the love of my life I can't get around. I'm prioritizing pushing out releases over generating javadoc on the website. --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 87db67b9..74703172 100644 --- a/pom.xml +++ b/pom.xml @@ -237,6 +237,9 @@ org.apache.maven.plugins maven-javadoc-plugin 3.6.3 + + true +