Add detectOfflineLinks=false to pom.xml where javadoc in use (http://jira.codehaus.org/browse/MJAVADOC-284).

This commit is contained in:
Michael Jumper
2013-08-26 19:49:38 -07:00
parent 733db858a5
commit 2a2ec16cc7
2 changed files with 6 additions and 0 deletions

View File

@@ -88,6 +88,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<detectOfflineLinks>false</detectOfflineLinks>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>