Skip to content

Commit

Permalink
HSEARCH-2967 Exclude implementation classes from the generated javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Dec 1, 2017
1 parent b3f49a8 commit 569f718
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,8 @@
<quiet>true</quiet>
<verbose>false</verbose>
<failOnError>${failOnJavaDocError}</failOnError>
<!-- Exclude implementation classes from the javadoc -->
<excludePackageNames>*.impl,*.impl.*</excludePackageNames>
<links>
<link>http://download.oracle.com/javase/8/docs/api/</link>
<link>http://docs.jboss.org/hibernate/orm/5.2/javadocs/</link>
Expand Down

0 comments on commit 569f718

Please sign in to comment.