We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859f15a commit f0cf4bdCopy full SHA for f0cf4bd
1 file changed
pom.xml
@@ -116,8 +116,11 @@
116
<artifactId>maven-javadoc-plugin</artifactId>
117
<version>3.11.2</version>
118
<configuration>
119
- <additionalparam>--allow-script-in-comments</additionalparam>
120
- <excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
+ <quiet>true</quiet>
+ <show>protected</show>
121
+ <doclint>html,reference,syntax</doclint>
122
+ <detectLinks>true</detectLinks>
123
+ <detectJavaApiLink>true</detectJavaApiLink>
124
</configuration>
125
<executions>
126
<execution>
0 commit comments