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 F242E182EF for ; Fri, 6 Nov 2015 13:43:27 +0000 (UTC) Received: (qmail 33303 invoked by uid 500); 6 Nov 2015 13:43:27 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 33280 invoked by uid 500); 6 Nov 2015 13:43:27 -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 33269 invoked by uid 99); 6 Nov 2015 13:43:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2015 13:43:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ADFD52C1F5F for ; Fri, 6 Nov 2015 13:43:27 +0000 (UTC) Date: Fri, 6 Nov 2015 13:43:27 +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] [Updated] (KARAF-3344) Unable to define war as part of the feature MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-3344?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 updated KARAF-3344: ---------------------------------------- Affects Version/s: 4.0.0.M1 > Unable to define war as part of the feature > ------------------------------------------- > > Key: KARAF-3344 > URL: https://issues.apache.org/jira/browse/KARAF-3344 > Project: Karaf > Issue Type: Bug > Components: karaf-tooling > Affects Versions: 3.0.2, 4.0.0.M1 > Environment: Windows 7 64 > Reporter: Maciej Mraczek > Labels: feature, war > > I'm trying to deploy WAR as part of Karaf startup feature inside my Karaf= custom distribution. > WAR definition inside tag in feature.xml: > {quote} > webbundle:mvn:org.karaf.abc/angular-frontend/$= \{project.version\}/war?Web-ContextPath=3D/angular-frontend > {quote} > Maven error: > {quote} > \[ERROR\] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plu= gin:3.0.2:install-kars (default-install-kars) on project abc-distribution: = Can not install abc-full feature: Couldn't resolve artifact org.karaf.abc:a= ngular-frontend:war?Web-ContextPath=3D:angular-frontend:1.0-SNAPSHOT: Could= not find artifact org.karaf.abc:angular-frontend:war?Web-ContextPath=3D:an= gular-frontend:1.0-SNAPSHOT -> \[Help 1\] > {quote} > The error is also reproduced when using karaf-maven-plugin 4.0.0.M1 > The custom distribution with WAR can be created using Karaf 2.x > The WAR artifact can be installed inside Karaf by bundle:install -s witho= ut any problems. > It looks like install-kars goal does not ignore install parameters after = ? sign. -- This message was sent by Atlassian JIRA (v6.3.4#6332)