You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by an...@apache.org on 2009/11/25 16:17:42 UTC

svn commit: r884132 - /cayenne/main/trunk/pom.xml

Author: andrey
Date: Wed Nov 25 15:17:34 2009
New Revision: 884132

URL: http://svn.apache.org/viewvc?rev=884132&view=rev
Log:
speeding up javadoc

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=884132&r1=884131&r2=884132&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Wed Nov 25 15:17:34 2009
@@ -605,6 +605,9 @@
 			<plugin>
 				<artifactId>maven-javadoc-plugin</artifactId>
 				<version>2.6.1</version>
+                <configuration>
+                        <detectOfflineLinks>false</detectOfflineLinks>
+                </configuration>
 			</plugin>
 		</plugins>
 	</build>