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 97B07200B6F for ; Tue, 9 Aug 2016 11:25:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 966F3160AA4; Tue, 9 Aug 2016 09:25:22 +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 DC35C160AA5 for ; Tue, 9 Aug 2016 11:25:21 +0200 (CEST) Received: (qmail 56145 invoked by uid 500); 9 Aug 2016 09:25:21 -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 56051 invoked by uid 99); 9 Aug 2016 09:25:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 09:25:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D37B32C02A9 for ; Tue, 9 Aug 2016 09:25:20 +0000 (UTC) Date: Tue, 9 Aug 2016 09:25:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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 09:25:22 -0000 [ https://issues.apache.org/jira/browse/KARAF-4626?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1541= 3263#comment-15413263 ]=20 ASF subversion and git services commented on KARAF-4626: -------------------------------------------------------- Commit 9c96f8e5494dbc112ef832a3ae7653ac928e8d03 in karaf's branch refs/head= s/master from [~jbonofre] [ https://git-wip-us.apache.org/repos/asf?p=3Dkaraf.git;h=3D9c96f8e ] [KARAF-4626] This closes #211 > 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)