GH-748 - Loosen Javadoc generation to allow custom tags.

This commit is contained in:
Oliver Drotbohm
2024-08-27 22:10:50 +02:00
parent cd0b5cf5c3
commit 471065c113

View File

@@ -447,7 +447,7 @@ limitations under the License.
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<doclint>accessibility,html,reference,syntax</doclint>
<doclint>accessibility,html,reference</doclint>
<show>package</show>
<quiet>true</quiet>
<links>