Skip to content

Commit

Permalink
Working around javadoc problem
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kohsuke committed Mar 6, 2024
1 parent 2a1a5b0 commit 81a8344
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 81a8344

Please sign in to comment.