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 9EC656A9C for ; Fri, 24 Jun 2011 12:36:13 +0000 (UTC) Received: (qmail 85439 invoked by uid 500); 24 Jun 2011 12:36:12 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 85342 invoked by uid 500); 24 Jun 2011 12:36:12 -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 85221 invoked by uid 99); 24 Jun 2011 12:36:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2011 12:36:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Fri, 24 Jun 2011 12:36:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E192842DAB3 for ; Fri, 24 Jun 2011 12:35:48 +0000 (UTC) Date: Fri, 24 Jun 2011 12:35:48 +0000 (UTC) From: "Stuart McCulloch (JIRA)" To: dev@felix.apache.org Message-ID: <453612419.36450.1308918948920.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <523080579.5106.1298990016862.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (FELIX-2865) bundleall goal does not honour parameter ignoreMissingArtifacts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-2865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-2865. ----------------------------------- Resolution: Won't Fix The "bundleall" goal is going to be deprecated, so closing this issue as won't fix. Instead new features/goals will be added to solve common use-cases such as creating mega-bundles, etc. > bundleall goal does not honour parameter ignoreMissingArtifacts > --------------------------------------------------------------- > > Key: FELIX-2865 > URL: https://issues.apache.org/jira/browse/FELIX-2865 > Project: Felix > Issue Type: Bug > Components: Maven Bundle Plugin > Affects Versions: maven-bundle-plugin-2.3.4 > Reporter: Odd Vinje > Labels: bundleall, ignoreMissingArtifacts > > The code in org.apache.felix.bundleplugin.BundleAllPlugin: > /** > * Ignore missing artifacts that are not required by current project but are required by the > * transitive dependencies. > * > * @parameter expression=${ignoreMissingArtifacts} > */ > private boolean ignoreMissingArtifacts; > should have been: > @parameter expression=${ignoreMissingArtifacts} > So Maven can pick it up with the -D flag: > mvn maven-bundle-plugin bundleall -DignoreMissingArtifacts=true -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira