Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 63351 invoked from network); 7 Apr 2011 18:42:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2011 18:42:44 -0000 Received: (qmail 16538 invoked by uid 500); 7 Apr 2011 18:42:43 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 16499 invoked by uid 500); 7 Apr 2011 18:42:43 -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 16491 invoked by uid 99); 7 Apr 2011 18:42:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 18:42:43 +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; Thu, 07 Apr 2011 18:42:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A7F1396ECF for ; Thu, 7 Apr 2011 18:42:05 +0000 (UTC) Date: Thu, 7 Apr 2011 18:42:05 +0000 (UTC) From: "Richard S. Hall (JIRA)" To: dev@felix.apache.org Message-ID: <1050435525.41828.1302201725669.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <523080579.5106.1298990016862.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (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 [ https://issues.apache.org/jira/browse/FELIX-2865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-2865: ----------------------------------- Fix Version/s: (was: maven-bundle-plugin-2.3.4) > 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