Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 562A7105E7 for ; Wed, 11 Dec 2013 11:50:54 +0000 (UTC) Received: (qmail 40232 invoked by uid 500); 11 Dec 2013 11:50:53 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 39942 invoked by uid 500); 11 Dec 2013 11:50:50 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 39934 invoked by uid 99); 11 Dec 2013 11:50:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 11:50:49 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of lburgazzoli@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 11:50:45 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VqiJ6-00016q-CV for users@camel.apache.org; Wed, 11 Dec 2013 03:50:24 -0800 Date: Wed, 11 Dec 2013 03:50:24 -0800 (PST) From: lb To: users@camel.apache.org Message-ID: <1386762624197-5744596.post@n5.nabble.com> Subject: building camel : disable camel-manual MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm trying to build camel behind a corporate firewall and the build fails for camel-manual: [INFO] --- exec-maven-plugin:1.2.1:java (generate-manual) @ camel-manual --- java.net.ConnectException: Connection timed out: connect at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675) at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1673) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1671) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1244) at org.apache.camel.manual.ManualGenerator.grabBodyContent(ManualGenerator.java:163) at org.apache.camel.manual.ManualGenerator.run(ManualGenerator.java:59) at org.apache.camel.manual.ManualGenerator.main(ManualGenerator.java:187) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:297) at java.lang.Thread.run(Thread.java:744) How can I turn off camel-manual module? I've used mvn install -Pfastinstall as suggested by the building page con camel's website but it looks like the camel-manual is still taken into account. Thx, Luca -- View this message in context: http://camel.465427.n5.nabble.com/building-camel-disable-camel-manual-tp5744596.html Sent from the Camel - Users mailing list archive at Nabble.com.