Return-Path: Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: (qmail 54969 invoked from network); 27 Dec 2010 20:25:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Dec 2010 20:25:33 -0000 Received: (qmail 50512 invoked by uid 500); 27 Dec 2010 20:25:33 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 50460 invoked by uid 500); 27 Dec 2010 20:25:32 -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 50452 invoked by uid 99); 27 Dec 2010 20:25:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Dec 2010 20:25:32 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sopues@gmail.com designates 74.125.82.177 as permitted sender) Received: from [74.125.82.177] (HELO mail-wy0-f177.google.com) (74.125.82.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Dec 2010 20:25:24 +0000 Received: by wyf22 with SMTP id 22so9069078wyf.22 for ; Mon, 27 Dec 2010 12:25:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=V3G5coJeMTboqWJ0KudlZXmiNkPgEAh2dyzM/7Ckw9w=; b=gV/f99cnvzNeHGlKwwDQvKWozr2HmAhmHRJiEehZRuArzM8WGIZYrXcinMlXEBhQtK lhewvajiRW2Tjju1VTIlV+3IF+hjNXvtaGMAkoCUMNecci9YY3GiSni/GzMoYLwYb1g+ hodx/sQfqXIVHHQi8vhj4YUXOLKAY3QTQaleI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uu7yykvmupOu1pMFKNlhJm0y3o8a4GKmrVW16VplDmdtpqezvGGUsMu9a2ehRDMpFU 9eU6QldcrxVt2ssINhjs559mrRiJl9PuUz7AQeQQhShJnRJv3D2fnjGDB3M1zRmssLEK +JZ9gn9dU/4/rTrwOmqGVT02mQW+yN3J/j7aI= MIME-Version: 1.0 Received: by 10.216.19.133 with SMTP id n5mr16118624wen.83.1293481504041; Mon, 27 Dec 2010 12:25:04 -0800 (PST) Received: by 10.216.25.12 with HTTP; Mon, 27 Dec 2010 12:25:04 -0800 (PST) Date: Mon, 27 Dec 2010 21:25:04 +0100 Message-ID: Subject: Easily embed dependency all transitive with maven-bundle-plugin From: =?ISO-8859-1?Q?John_B=E4ckstrand?= To: users@felix.apache.org Content-Type: multipart/alternative; boundary=0016368e3059926d2804986a215b X-Virus-Checked: Checked by ClamAV on apache.org --0016368e3059926d2804986a215b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Is there an easy way when using the maven-bundle-plugin to include the transitive dependencies of a specific dependency? For example I want to include htmlunit since I cannot find it in a bundle form. But I also would like all its transitive dependencies. For this it seems I have to specify all the packages in Embed-Dependency manually, unless I use "*" which I do not want, since my other dependencies are bundles and I deploy them manually in karaf. --=20 John B=E4ckstrand --0016368e3059926d2804986a215b--