Return-Path: Delivered-To: apmail-felix-users-archive@locus.apache.org Received: (qmail 16644 invoked from network); 11 Sep 2007 10:35:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 10:35:49 -0000 Received: (qmail 25299 invoked by uid 500); 11 Sep 2007 10:35:42 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 25237 invoked by uid 500); 11 Sep 2007 10:35:41 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Received: (qmail 25210 invoked by uid 99); 11 Sep 2007 10:35:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 03:35:41 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of oisin.hurley@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 10:35:39 +0000 Received: by nf-out-0910.google.com with SMTP id d3so1008960nfc for ; Tue, 11 Sep 2007 03:35:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Zql2OEuNahwMacCe03pNhzVoevXJYbpMYVInvJt10Hs=; b=GpkMyF7PX/6HqX5Syf/Ovk/+GnAcDIPF1SARkog6FqTRSkKJl3Y4K0vtIFvl4Jib0ElCNpgfkwlYyc4Xnjm4LerCHuvHjDhk4ql0ksxP7im+Xxzoy2Bon68lamW71DUaUzkzKpTpABTMqklqXf1mDBVPMkiobAL20vG5k6rC3j0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ENNBwrL6VwWKjIVTE1/TvB7ChIOPISLvtItLIAQu4LfQFrNRLhAtDPRyR5CteGthkaopLdy1W21dMF2DwQ5guYysQXuZiMi03xW+B4eA85WJ4FIEUFExDv7zdTqohMxcWqjthPI0OUuaSp2Qgk25H+g2s/mGwiprw9aiN9hSoko= Received: by 10.78.142.14 with SMTP id p14mr2442881hud.1189506917776; Tue, 11 Sep 2007 03:35:17 -0700 (PDT) Received: by 10.78.83.17 with HTTP; Tue, 11 Sep 2007 03:35:17 -0700 (PDT) Message-ID: Date: Tue, 11 Sep 2007 12:35:17 +0200 From: "Oisin Hurley" To: users@felix.apache.org Subject: Re: maven-bundle-plugin not resolving transitive dependencies In-Reply-To: <46E66613.3090107@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46E66613.3090107@gmx.de> X-Virus-Checked: Checked by ClamAV on apache.org > for importing i am using , which includes all maven > dependencies. the first level dependency artifacts (see > commons-httpclient) get included but the transitive dependencies (as > commons-httpclient --->commons-coded) not. is that a bug or do i need to > enable this option somewhere? The article at http://cwiki.apache.org/confluence/display/FELIX/Maven+Bundle+Plugin+%28BND%29 mentions the 'bundleall' goal for including transitive dependencies, maybe try that? best regards Oisin --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@felix.apache.org For additional commands, e-mail: users-help@felix.apache.org