Return-Path: Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: (qmail 39927 invoked from network); 18 Mar 2011 18:43:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Mar 2011 18:43:11 -0000 Received: (qmail 7306 invoked by uid 500); 18 Mar 2011 18:43:10 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 7264 invoked by uid 500); 18 Mar 2011 18:43:10 -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 7256 invoked by uid 99); 18 Mar 2011 18:43:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Mar 2011 18:43:10 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mj.kelleher@gmail.com designates 209.85.161.49 as permitted sender) Received: from [209.85.161.49] (HELO mail-fx0-f49.google.com) (209.85.161.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Mar 2011 18:43:03 +0000 Received: by fxm16 with SMTP id 16so5627441fxm.22 for ; Fri, 18 Mar 2011 11:42:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=UbYk/E54f+x4kcBsor4TkkPOyAQgZg/92xmuXGBd8Fg=; b=xH65lE65D5auvkjaJ8PixxE3xtxajXqEPwZkprCwxUAF885RoGCClaIJbdmBJevhAu 0jh0wy//DCwIEyECcGI55l53pXza6rK3XT5BVndPBY3m5e00Eu9oOoHX++PtJZfhh3rI jB+uCZFPWYjd1heRs34J8wb7U1o9To+sRQCaM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=C5N4AvLRuuX8rcMOKcX4nhxe8fp5dkua3Frfce8LQjBsGymDS3Kj/p3eLDQzMxwgnC 4KmFxHFRY9klMGT3nNzEH9GFBOlwNlFRHoBm6o9ENZtWX7vLcaDvsCIaFjs6nwVguG1l VVY6YiBNGjkLYUE4Rf7NnGG1q2WHT7b/uxlNA= MIME-Version: 1.0 Received: by 10.223.97.142 with SMTP id l14mr1669085fan.111.1300473753686; Fri, 18 Mar 2011 11:42:33 -0700 (PDT) Received: by 10.223.71.12 with HTTP; Fri, 18 Mar 2011 11:42:33 -0700 (PDT) Reply-To: mj.kelleher@gmail.com In-Reply-To: References: Date: Fri, 18 Mar 2011 14:42:33 -0400 Message-ID: Subject: Re: Maven SCR and BUNDLE Plugins From: mjk To: users@felix.apache.org Content-Type: multipart/alternative; boundary=0015174be8a820d52b049ec62468 X-Virus-Checked: Checked by ClamAV on apache.org --0015174be8a820d52b049ec62468 Content-Type: text/plain; charset=ISO-8859-1 Upgrading to SCR 1.6.0 does not fix it either. On Fri, Mar 18, 2011 at 2:37 PM, mjk wrote: > I am using both plugins: > SCR - 1.4.4 > BUNDLE - 2.3.4 > Maven - 3.0.3 > > I included my defintions for both below, and they are both defined within > the same *profile *element. > > SCR creates all the expected metadata, however the bundle component is not > including the OSGI directory from target/scr-plugin-generated. > I even tried explicitly including : Service-Component, and > Include-Resource config options, but this has no effect either. > > Has anyone else had this problem, and how did you resolve it? > > SCR Def: > > > org.apache.felix > maven-scr-plugin > 1.4.4 > true > > > generate-src-scrdescriptor > > scr > > > > > > BUNDLE Def: > > > org.apache.felix > maven-bundle-plugin > 2.3.4 > true > true > > > > bundle-manifest > process-classes > > manifest > > > > > > > > jar > > bundle > > pom > > > > ${project.artifactId} > ${project.name} > > > ${bundle.export.package} > > > ${bundle.sling.resources} > > ${bundle.description} > > ${bundle.resources} > > ${bundle.activator} > > > ${bundle.embed.dependency} > > ${bundle.classpath} > > > > > > --0015174be8a820d52b049ec62468--