Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6181F174F6 for ; Tue, 15 Sep 2015 08:25:46 +0000 (UTC) Received: (qmail 71147 invoked by uid 500); 15 Sep 2015 08:25:46 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 71103 invoked by uid 500); 15 Sep 2015 08:25:46 -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 70892 invoked by uid 99); 15 Sep 2015 08:25:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2015 08:25:46 +0000 Date: Tue, 15 Sep 2015 08:25:46 +0000 (UTC) From: "Mohammad Shamsi (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KARAF-3994) karaf-maven-plugin is ignoring the feature version and installing all available versions of given feature in the repository. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Mohammad Shamsi created KARAF-3994: -------------------------------------- Summary: karaf-maven-plugin is ignoring the feature version and installing all available versions of given feature in the repository. Key: KARAF-3994 URL: https://issues.apache.org/jira/browse/KARAF-3994 Project: Karaf Issue Type: Bug Components: karaf-tooling Affects Versions: 4.0.1 Reporter: Mohammad Shamsi To Reproduce: a karaf-maven-plugin with only feature jpa/2.1.0 is installing both jpa 2.1.0 and 1.0.4 features (from enterprise repository). {code:xml} jpa/2.1.0 {code} In the console, one can see the following log, which is showing both features are being installed: {code} [INFO] Feature jpa is defined as a boot feature [INFO] == Installing artifact mvn:org.apache.felix/org.apache.felix.coordinator/1.0.0 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.blueprint/2.1.0 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.container/2.1.0 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.api/2.1.0 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.support/2.1.0 [INFO] Feature jpa is defined as a boot feature [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.blueprint.aries/1.0.4 [INFO] == Installing artifact mvn:org.apache.aries/org.apache.aries.util/1.1.0 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.api/1.0.2 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.container/1.0.2 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.container.context/1.0.4 {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)