There was an error while loading. Please reload this page.
1 parent b0cce92 commit 9243af6Copy full SHA for 9243af6
pom.xml
@@ -303,5 +303,27 @@
303
<url>http://maven.springframework.org/milestone</url>
304
</repository>
305
</repositories>
306
-
+
307
+<profiles>
308
+<profile>
309
+<activation>
310
+<jdk>1.8</jdk>
311
+</activation>
312
+<build>
313
+<pluginManagement>
314
+<plugins>
315
+<plugin>
316
+<groupId>org.apache.maven.plugins</groupId>
317
+<artifactId>maven-javadoc-plugin</artifactId>
318
+<version>2.9</version>
319
+<configuration>
320
+<additionalparam>-Xdoclint:none</additionalparam>
321
+</configuration>
322
+</plugin>
323
+</plugins>
324
+</pluginManagement>
325
+</build>
326
+</profile>
327
+</profiles>
328
329
</project>
0 commit comments