File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 825825 <groupId >org.apache.maven.plugins</groupId >
826826 <artifactId >maven-javadoc-plugin</artifactId >
827827 <configuration >
828- <!--
829- <links>
830- <link>http://java.sun.com/javase/6/docs/api/</link>
831- <link>http://static.springframework.org/spring/docs/3.0.x/api/</link>
832- <link>http://static.springframework.org/spring-webflow/docs/2.1.x/javadoc-api/</link>
833- <link>http://static.springframework.org/spring-security/site/apidocs/</link>
834- <link>http://tiles.apache.org/2.1/framework/apidocs/index.html</link>
835- <link>http://www.hibernate.org/hib_docs/v3/api/</link>
836- <link>http://docs.jboss.org/hibernate/stable/annotations/api/</link>
837- <link>http://docs.jboss.org/hibernate/stable/entitymanager/api/</link>
838- </links>
839- -->
840828 <linksource >true</linksource >
841- <maxmemory >1024m</maxmemory >
842829 <source >${version.java} </source >
843- <encoding >${encoding} </encoding >
830+ <failOnError >false</failOnError >
831+ <failOnWarnings >false</failOnWarnings >
844832 </configuration >
845833 </plugin >
846834 <plugin >
You can’t perform that action at this time.
0 commit comments