From 2a2ec16cc7782a2998722d16a7cc7afbcf65f251 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 26 Aug 2013 19:49:38 -0700 Subject: [PATCH] Add detectOfflineLinks=false to pom.xml where javadoc in use (http://jira.codehaus.org/browse/MJAVADOC-284). --- guacamole-common/pom.xml | 3 +++ guacamole-ext/pom.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/guacamole-common/pom.xml b/guacamole-common/pom.xml index bb7f54a5f..a5b622302 100644 --- a/guacamole-common/pom.xml +++ b/guacamole-common/pom.xml @@ -88,6 +88,9 @@ org.apache.maven.plugins maven-javadoc-plugin + + false + attach-javadocs diff --git a/guacamole-ext/pom.xml b/guacamole-ext/pom.xml index fc10bd4e9..4ea76470c 100644 --- a/guacamole-ext/pom.xml +++ b/guacamole-ext/pom.xml @@ -88,6 +88,9 @@ org.apache.maven.plugins maven-javadoc-plugin + + false + attach-javadocs