Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E73ED200B6F for ; Tue, 9 Aug 2016 10:40:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E601F160AA4; Tue, 9 Aug 2016 08:40:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5EED4160AA5 for ; Tue, 9 Aug 2016 10:40:21 +0200 (CEST) Received: (qmail 58741 invoked by uid 500); 9 Aug 2016 08:40:20 -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 58720 invoked by uid 99); 9 Aug 2016 08:40:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 08:40:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7575A2C02A1 for ; Tue, 9 Aug 2016 08:40:20 +0000 (UTC) Date: Tue, 9 Aug 2016 08:40:20 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work started] (KARAF-4626) Feature build fails when version-ranges are enabled and a transitive dependency needs system properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 09 Aug 2016 08:40:22 -0000 [ https://issues.apache.org/jira/browse/KARAF-4626?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KARAF-4626 started by Jean-Baptiste Onofr=C3=A9. --------------------------------------------------- > Feature build fails when version-ranges are enabled and a transitive depe= ndency needs system properties > -------------------------------------------------------------------------= ------------------------------ > > Key: KARAF-4626 > URL: https://issues.apache.org/jira/browse/KARAF-4626 > Project: Karaf > Issue Type: Bug > Components: karaf-tooling > Affects Versions: 4.1.0, 4.0.6 > Reporter: Roland Hauser > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: 4.1.0, 4.0.6 > > > The build failure happens, when the POM of a transitive dependency needs = system properties, for instance to activate a profile. This only happens if= the karaf-maven-plugin is configured with useVersionRange=3Dtrue and inclu= deTransitiveVersionRanges=3Dtrue. To fix this issue, the system properties = should be set on the ProjectBuildingRequest object in GenerateDescriptorMoj= o#resolveProject. -- This message was sent by Atlassian JIRA (v6.3.4#6332)