Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 43387 invoked from network); 23 Mar 2007 13:38:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Mar 2007 13:38:54 -0000 Received: (qmail 8023 invoked by uid 500); 23 Mar 2007 13:39:01 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 7996 invoked by uid 500); 23 Mar 2007 13:39:01 -0000 Mailing-List: contact felix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-dev@incubator.apache.org Received: (qmail 7967 invoked by uid 99); 23 Mar 2007 13:39:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 06:39:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 06:38:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8DD45714071 for ; Fri, 23 Mar 2007 06:38:32 -0700 (PDT) Message-ID: <5710105.1174657112577.JavaMail.jira@brutus> Date: Fri, 23 Mar 2007 06:38:32 -0700 (PDT) From: "Carlos Sanchez (JIRA)" To: felix-dev@incubator.apache.org Subject: [jira] Commented: (FELIX-199) Add a recursive bundle goal to maven plugin to generate osgi bundles for all dependencies In-Reply-To: <16636834.1170292865515.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483598 ] Carlos Sanchez commented on FELIX-199: -------------------------------------- yep, the manifest generation is what is going to be likely used in Maven by default, so all jars that are built have a reasonable default OSGi metadata > Add a recursive bundle goal to maven plugin to generate osgi bundles for all dependencies > ----------------------------------------------------------------------------------------- > > Key: FELIX-199 > URL: https://issues.apache.org/jira/browse/FELIX-199 > Project: Felix > Issue Type: New Feature > Components: Maven Bundle Plugin > Reporter: Carlos Sanchez > Attachments: recursivebundle.diff.txt > > > Running > mvn org.apache.felix:maven-bundle-plugin:recursivebundle > in a project will convert each dependency, including transitive ones, to an OSGi bundle in the target dir. It does not include dependent libraries in the bundle, so each bundle matches the corresponding jar. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.