Minor cleanup of javadoc aggregate

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2020-09-24 11:35:57 -05:00
parent 3621d51bd9
commit cd97b940ca
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 2 additions and 3 deletions

View File

@ -150,9 +150,8 @@
<goal>javadoc</goal>
</goals>
<configuration>
<excludePackageNames>
javax.mail,javax.servlet,javax.websocket,javax.security
</excludePackageNames>
<doctitle>Eclipse Jetty API Doc - v${project.version}</doctitle>
<windowtitle>Eclipse Jetty API Doc - v${project.version}</windowtitle>
</configuration>
</execution>
</executions>