Skip to content

Commit a61488b

Browse files
committed
work
1 parent 1a91340 commit a61488b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -825,22 +825,10 @@
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>

0 commit comments

Comments
 (0)