Skip to content

Commit

Permalink
Fix javadoc exclusions
Browse files Browse the repository at this point in the history
See gh-269
  • Loading branch information
philwebb committed Apr 23, 2021
1 parent c8835c8 commit fc000ef
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<sourceFileExcludes>**/*SpringCodeFormatter.java</sourceFileExcludes>
<sourceFileExcludes>
<sourceFileExclude>**/*SpringCodeFormatter.java</sourceFileExclude>
<sourceFileExclude>**/*SpringCodeFormatterTabs.java</sourceFileExclude>
<sourceFileExclude>**/*SpringCodeFormatterSpaces.java</sourceFileExclude>
</sourceFileExcludes>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit fc000ef

Please sign in to comment.