[release] Fix javadoc build

This commit is contained in:
Chris Cranford 2022-03-03 09:50:46 -05:00
parent b4f846fc61
commit 7f40d21e77
No known key found for this signature in database
GPG Key ID: 8B8088D41181D04B

View File

@ -382,6 +382,8 @@
<configuration>
<show>private</show>
<nohelp>true</nohelp>
<!-- Exclude building JavaDoc for this module temporarily, requires access to java.net.http.* package -->
<excludePackageNames>io.debezium.server.http</excludePackageNames>
</configuration>
<executions>
<execution>