You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/31 19:05:56 UTC

[camel] branch master updated: CAMEL-14687 Add offline property in order to be able to build camel inside a firewall (#3700)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 93f3df3  CAMEL-14687 Add offline property in order to be able to build camel inside a firewall (#3700)
93f3df3 is described below

commit 93f3df3df1bd52a3f166725f7ebd4768df52d680
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Tue Mar 31 15:05:41 2020 -0400

    CAMEL-14687 Add offline property in order to be able to build camel inside a firewall (#3700)
---
 components/camel-spring/pom.xml   | 2 ++
 core/camel-core-engine/pom.xml    | 2 ++
 core/camel-management-api/pom.xml | 2 ++
 core/camel-management/pom.xml     | 2 ++
 core/camel-util/pom.xml           | 2 ++
 pom.xml                           | 2 ++
 6 files changed, 12 insertions(+)

diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index 38ff118..6435e69 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -638,6 +638,7 @@
                     </links>
                     <linksource>true</linksource>
                     <maxmemory>256m</maxmemory>
+                    <isOffline>${camel.javadoc.offline}</isOffline>
 
                     <groups>
                         <group>
@@ -705,6 +706,7 @@
                                 <link>http://download.oracle.com/javaee/7/api/</link>
                                 <link>http://static.springsource.org/spring/docs/${spring-version}/javadoc-api/</link>
                             </links>
+                            <isOffline>${camel.javadoc.offline}</isOffline>
                             <stylesheetfile>${basedir}/../../etc/css/stylesheet.css</stylesheetfile>
                             <linksource>true</linksource>
                             <source>${jdk.version}</source>
diff --git a/core/camel-core-engine/pom.xml b/core/camel-core-engine/pom.xml
index 9a9aa39..36c0a3f 100644
--- a/core/camel-core-engine/pom.xml
+++ b/core/camel-core-engine/pom.xml
@@ -147,6 +147,7 @@
                     </links>
                     <linksource>true</linksource>
                     <maxmemory>256m</maxmemory>
+                    <isOffline>${camel.javadoc.offline}</isOffline>
                     <groups>
                         <group>
                             <title>Camel API</title>
@@ -228,6 +229,7 @@
                             </links>
                             <linksource>true</linksource>
                             <maxmemory>256m</maxmemory>
+                            <isOffline>${camel.javadoc.offline}</isOffline>
                             <groups>
                                 <group>
                                     <title>Camel API</title>
diff --git a/core/camel-management-api/pom.xml b/core/camel-management-api/pom.xml
index ebea157..8870cf5 100644
--- a/core/camel-management-api/pom.xml
+++ b/core/camel-management-api/pom.xml
@@ -58,6 +58,7 @@
                         <link>http://download.oracle.com/javaee/7/api/</link>
                     </links>
                     <linksource>true</linksource>
+                    <isOffline>${camel.javadoc.offline}</isOffline>
                     <maxmemory>256m</maxmemory>
                     <groups>
                         <group>
@@ -144,6 +145,7 @@
                             </links>
                             <linksource>true</linksource>
                             <maxmemory>256m</maxmemory>
+                            <isOffline>${camel.javadoc.offline}</isOffline>
                             <groups>
                                 <group>
                                     <title>Camel API</title>
diff --git a/core/camel-management/pom.xml b/core/camel-management/pom.xml
index bc323eb..e4bf0d2 100644
--- a/core/camel-management/pom.xml
+++ b/core/camel-management/pom.xml
@@ -147,6 +147,7 @@
                     </links>
                     <linksource>true</linksource>
                     <maxmemory>256m</maxmemory>
+                    <isOffline>${camel.javadoc.offline}</isOffline>
                     <groups>
                         <group>
                             <title>Camel API</title>
@@ -232,6 +233,7 @@
                             </links>
                             <linksource>true</linksource>
                             <maxmemory>256m</maxmemory>
+                            <isOffline>${camel.javadoc.offline}</isOffline>
                             <groups>
                                 <group>
                                     <title>Camel API</title>
diff --git a/core/camel-util/pom.xml b/core/camel-util/pom.xml
index ac3ed20..ef9eee4 100644
--- a/core/camel-util/pom.xml
+++ b/core/camel-util/pom.xml
@@ -113,6 +113,7 @@
                         <link>http://download.oracle.com/javase/7/docs/api/</link>
                         <link>http://download.oracle.com/javaee/7/api/</link>
                     </links>
+                    <isOffline>${camel.javadoc.offline}</isOffline>
                     <linksource>true</linksource>
                     <maxmemory>256m</maxmemory>
                     <groups>
@@ -215,6 +216,7 @@
                             </links>
                             <linksource>true</linksource>
                             <maxmemory>256m</maxmemory>
+                            <isOffline>${camel.javadoc.offline}</isOffline>
                             <groups>
                                 <group>
                                     <title>Camel API</title>
diff --git a/pom.xml b/pom.xml
index bc69739..68ecbe0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,6 +126,8 @@
         <mycila-license-version>3.0</mycila-license-version>
         <gmavenplus-plugin-version>1.6.2</gmavenplus-plugin-version>
         <groovy-version>3.0.2</groovy-version>
+
+        <camel.javadoc.offline>false</camel.javadoc.offline>
     </properties>
 
     <!-- Comment out the snapshot repositories as we don't need them now -->