Skip to content

Commit f0cf4bd

Browse files
committed
jdoc updates in sync with htmlunit
1 parent 859f15a commit f0cf4bd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,11 @@
116116
<artifactId>maven-javadoc-plugin</artifactId>
117117
<version>3.11.2</version>
118118
<configuration>
119-
<additionalparam>--allow-script-in-comments</additionalparam>
120-
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
119+
<quiet>true</quiet>
120+
<show>protected</show>
121+
<doclint>html,reference,syntax</doclint>
122+
<detectLinks>true</detectLinks>
123+
<detectJavaApiLink>true</detectJavaApiLink>
121124
</configuration>
122125
<executions>
123126
<execution>

0 commit comments

Comments
 (0)