Description: Link javadocs to default-jdk-doc
Author: Miguel Landaeta <miguel@miguel.cc>
Forwarded: no
Last-Update: 2011-07-19

--- checkstyle-5.4.orig/pom.xml
+++ checkstyle-5.4/pom.xml
@@ -399,6 +399,12 @@
         <version>2.8</version>
         <configuration>
           <source>1.5</source>
+          <offlineLinks>
+            <offlineLink>
+              <url>file:///usr/share/doc/default-jdk-doc/api/</url>
+              <location>file:///usr/share/doc/default-jdk-doc/api/</location>
+            </offlineLink>
+          </offlineLinks>
         </configuration>
         <reportSets>
           <reportSet>
