Disable offline link detection 47/67147/1
authorStephen Kitt <skitt@redhat.com>
Mon, 15 Jan 2018 09:26:49 +0000 (10:26 +0100)
committerStephen Kitt <skitt@redhat.com>
Mon, 15 Jan 2018 09:26:49 +0000 (10:26 +0100)
Offline link detection breaks merge builds on Jenkins in
loader.implementation, disable it for now.

Change-Id: I5d15eceee3b27b63d80214d2c8666cd12a243c17
Signed-off-by: Stephen Kitt <skitt@redhat.com>
loader/impl/pom.xml

index 934864e64482825469c2128546e757b905d23823..ec227a3e6b407a39c000fff86c6f6b1013e434eb 100644 (file)
           </instructions>
         </configuration>
       </plugin>
+      <!-- Disable offline link detection which breaks the build here -->
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <detectOfflineLinks>false</detectOfflineLinks>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <scm>