Skip to content

Commit 27b6663

Browse files
committed
#107 - Disable doclint to be able to generate JavaDoc on Java 8.
1 parent adaa0da commit 27b6663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parent/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113

114114
<build>
115115
<plugins>
116+
116117
<plugin>
117118
<groupId>org.apache.maven.plugins</groupId>
118119
<artifactId>maven-javadoc-plugin</artifactId>
@@ -737,6 +738,7 @@
737738
<stylesheetfile>${shared.resources}/javadoc/spring-javadoc.css</stylesheetfile>
738739
<!-- copies doc-files subdirectory which contains image resources -->
739740
<docfilessubdirs>true</docfilessubdirs>
741+
<additionalparam>-Xdoclint:none</additionalparam>
740742
<links>
741743
<link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api/</link>
742744
<link>http://docs.spring.io/spring-data/data-commons/docs/current/api/</link>

0 commit comments

Comments
 (0)