Skip to content

Commit

Permalink
Exclude all but necessary APIs from JavaDocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bstopp committed Nov 23, 2021
1 parent f01176e commit 98f245c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,16 @@ Bundle-DocURL:
<quiet>true</quiet>
<doctitle>${project.name} API</doctitle>
<windowtitle>${project.name} API</windowtitle>
<excludePackageNames>*.impl:*.model:*.generated.*;*.servlet</excludePackageNames>
<excludePackageNames>
*.impl:
*.impl.*:
*.model:
*.generated.*:
*.servlet:
*.servlet.*:
*.job:
*.datasource
</excludePackageNames>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 98f245c

Please sign in to comment.