Author: aadamchik
Date: Thu Nov 26 09:17:59 2009
New Revision: 884473
URL: http://svn.apache.org/viewvc?rev=884473&view=rev
Log:
speeding up javadoc
Modified:
cayenne/main/branches/STABLE-3.0/pom.xml
Modified: cayenne/main/branches/STABLE-3.0/pom.xml
URL:
http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.0/pom.xml?rev=884473&r1=884472&r2=884473&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.0/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.0/pom.xml Thu Nov 26 09:17:59 2009
@@ -576,7 +576,10 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.6</version>
+ <version>2.6.1</version>
+ <configuration>
+ <detectOfflineLinks>false</detectOfflineLinks>
+ </configuration>
</plugin>
</plugins>
</build>