Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F41687965 for ; Tue, 27 Dec 2011 10:28:59 +0000 (UTC) Received: (qmail 963 invoked by uid 500); 27 Dec 2011 10:28:59 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 923 invoked by uid 500); 27 Dec 2011 10:28:59 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 914 invoked by uid 99); 27 Dec 2011 10:28:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Dec 2011 10:28:59 +0000 X-ASF-Spam-Status: No, hits=-2001.3 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Dec 2011 10:28:57 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 29F0112B20E for ; Tue, 27 Dec 2011 10:28:35 +0000 (UTC) Date: Tue, 27 Dec 2011 10:28:35 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28Resolved=29_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: <581176722.46241.1324981715173.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <612776091.14433.1297671957597.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (KARAF-459) No bundles embedded in KAR repository MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/KARAF-459?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 resolved KARAF-459. ---------------------------------------- Resolution: Not A Problem Assignee: Jean-Baptiste Onofr=C3=A9 create-kar goal should be used. =20 > No bundles embedded in KAR repository > ------------------------------------- > > Key: KARAF-459 > URL: https://issues.apache.org/jira/browse/KARAF-459 > Project: Karaf > Issue Type: Bug > Components: karaf-kar, karaf-tooling > Affects Versions: 3.0.0 > Reporter: Jean-Baptiste Onofr=C3=A9 > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: 3.0.0, 3.1.0 > > > I defined a POM looking like: > > > 4.0.0 > test > test > 1.0 > pom > > > > org.apache.karaf.tooling > features-maven-plugin > 2.99.99-SNAPSHOT > > > archive-kar > > archive-kar > > > src/main/resources/features.xml > > > > > > > > The features.xml is very simple: > > > > mvn:org.apache.servicemix.bundles/org.apache.servicemix.bun= dles.commons-collections/3.2.1_1 > > > I used: > mvn install > The kar is generated in the target directory, but when I'm checking the c= ontent: > jar tvf test-1.0.kar=20 > 0 Mon Feb 14 09:15:54 CET 2011 META-INF/ > 127 Mon Feb 14 09:15:52 CET 2011 META-INF/MANIFEST.MF > 0 Mon Feb 14 09:15:54 CET 2011 repository/ > 0 Mon Feb 14 09:15:54 CET 2011 repository/test/ > 0 Mon Feb 14 09:15:54 CET 2011 repository/test/test/ > 0 Mon Feb 14 09:15:54 CET 2011 repository/test/test/1.0/ > 230 Mon Feb 14 09:03:40 CET 2011 repository/test/test/1.0/test-1.0-fea= ture.xml > 0 Mon Feb 14 09:15:54 CET 2011 META-INF/maven/ > 0 Mon Feb 14 09:15:54 CET 2011 META-INF/maven/test/ > 0 Mon Feb 14 09:15:54 CET 2011 META-INF/maven/test/test/ > 1277 Mon Feb 14 09:15:40 CET 2011 META-INF/maven/test/test/pom.xml > 91 Mon Feb 14 09:15:52 CET 2011 META-INF/maven/test/test/pom.properti= es > So the features.xml is packaged in the KAR repository, but not the common= s-collections bundle. > AFAII, the KAR should package both features descriptor and associated bun= dles, shouldn't it ? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira