Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D25118195 for ; Fri, 19 Feb 2016 08:58:19 +0000 (UTC) Received: (qmail 31631 invoked by uid 500); 19 Feb 2016 08:58:18 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 31550 invoked by uid 500); 19 Feb 2016 08:58:18 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 31312 invoked by uid 99); 19 Feb 2016 08:58:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2016 08:58:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4942A2C1F70 for ; Fri, 19 Feb 2016 08:58:18 +0000 (UTC) Date: Fri, 19 Feb 2016 08:58:18 +0000 (UTC) From: "Christian Schneider (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FELIX-5191) Optionally include bnd.bnd files in maven-bundle-plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Christian Schneider created FELIX-5191: ------------------------------------------ Summary: Optionally include bnd.bnd files in maven-bundle-plugin Key: FELIX-5191 URL: https://issues.apache.org/jira/browse/FELIX-5191 Project: Felix Issue Type: Improvement Components: Maven Bundle Plugin Affects Versions: maven-bundle-plugin-3.0.1 Reporter: Christian Schneider Fix For: maven-bundle-plugin-3.0.2 >From the bndtools community I learned the good practice to move the bnd configurations from the pom into a bnd file by including it in the maven bundle plugin config (see below) in the parent pom. So all the modules of my project do not need the maven-bundle-plugin config in their poms anymore as all OSGi settings are done in the bnd file. The problem with this approach is that all the modules then must have a bnd.bnd file even if they do not want to override anything. So the minimum thing I would like to change is to ignore the absence of a bnd file that is included. Additionally I think it would be nice to have a default of using a bnd.bnd file for configuration if it is present. This is just a little syntactic sugar of course but I think it would encourage to use the default name bnd.bnd for the bnd file. If the community is positive about those changes I can submit a patch or github pull request. --- org.apache.felix maven-bundle-plugin 3.0.0 true <_include>bnd.bnd -- This message was sent by Atlassian JIRA (v6.3.4#6332)