Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 79153 invoked from network); 19 Sep 2008 11:00:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2008 11:00:04 -0000 Received: (qmail 64902 invoked by uid 500); 19 Sep 2008 10:59:58 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 64819 invoked by uid 500); 19 Sep 2008 10:59:58 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 64770 invoked by uid 99); 19 Sep 2008 10:59:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 03:59:58 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 10:58:57 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Kgdhx-0002YK-Fl for ivy-user@ant.apache.org; Fri, 19 Sep 2008 03:59:29 -0700 Message-ID: <19570293.post@talk.nabble.com> Date: Fri, 19 Sep 2008 03:59:29 -0700 (PDT) From: bartvdc To: ivy-user@ant.apache.org Subject: No sources, javadoc and transitive dependencies for locally installed maven artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: bartvdc@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org I'm trying out Ivy, in combination with my local maven repository. I managed to set the ivysettings and it works. Javadoc, sources and transitive dependencies are found and downloaded for all regular maven projects but not for those that are localy installed. I got one for flexdock 0.5.1 , the sources, javadoc and pom are with the jar but only the jar is downloaded. It's the same for example with commons-logging 1.1, also in my local maven repo and also having the source and javadoc nearby. The jar is found in the local maven but javadoc and sources are downloaded from the central maven repo.When the central maven repo is commented out in the settings, it's the same for commons-logging: source, javadoc and dependencies are not found(no exception either). Is this the expected behaviour? Did I miss some setting? I'll attach the files. Bart http://www.nabble.com/file/p19570293/ivysettings.xml ivysettings.xml http://www.nabble.com/file/p19570293/ivy.xml ivy.xml http://www.nabble.com/file/p19570293/flexdock-0.5.1.pom flexdock-0.5.1.pom -- View this message in context: http://www.nabble.com/No-sources%2C-javadoc-and-transitive-dependencies-for-locally-installed-maven-artifacts-tp19570293p19570293.html Sent from the ivy-user mailing list archive at Nabble.com.