Exclude documentation examples from main API Javadoc

This commit is contained in:
Andy Wilkinson
2018-02-08 16:26:57 +00:00
parent 5522174e96
commit 7b32cf82df
35 changed files with 46 additions and 37 deletions

View File

@@ -907,6 +907,7 @@
<dependencySourceIncludes>
<dependencySourceInclude>${project.groupId}:*</dependencySourceInclude>
</dependencySourceIncludes>
<sourceFileExcludes>org/springframework/boot/docs/**/*.java</sourceFileExcludes>
<attach>false</attach>
<quiet>true</quiet>
<stylesheetfile>${basedir}/src/main/javadoc/spring-javadoc.css</stylesheetfile>