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 1479A9769 for ; Tue, 17 Jan 2012 15:16:07 +0000 (UTC) Received: (qmail 47784 invoked by uid 500); 17 Jan 2012 15:16:07 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 47762 invoked by uid 500); 17 Jan 2012 15:16:06 -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 47754 invoked by uid 99); 17 Jan 2012 15:16:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2012 15:16:06 +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; Tue, 17 Jan 2012 15:16:04 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 30795151F8B for ; Tue, 17 Jan 2012 15:15:43 +0000 (UTC) Date: Tue, 17 Jan 2012 15:15:43 +0000 (UTC) From: "Sergey Zhemzhitsky (Created) (JIRA)" To: issues@karaf.apache.org Message-ID: <414429394.48765.1326813343200.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (KARAF-1160) Unable to configure descriptors of features-maven-plugin with range of versions. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Unable to configure descriptors of features-maven-plugin with range of versions. -------------------------------------------------------------------------------- Key: KARAF-1160 URL: https://issues.apache.org/jira/browse/KARAF-1160 Project: Karaf Issue Type: Bug Components: karaf-tooling Affects Versions: 2.1.4 Reporter: Sergey Zhemzhitsky Unable to configure descriptors of features-maven-plugin with range of versions. {code:xml} org.apache.karaf.tooling features-maven-plugin prepare-package prepare-package add-features-to-repo mvn:foo.bar.features/baz/[1,2)/xml/features mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features ${project.groupId} true true false true ${features.repo.directory} {code} With such a configuration I'm getting the following error: {code} [ERROR] Failed to execute goal org.apache.karaf.tooling:features-maven-plugin:2.1.4:add-features-to-repo (make-repo) on project foo.bar: Error populating repository: IllegalArgumentException: Illegal character in path at index 116: file:///C:/Users/me/.m2/repository/foo/bar/features/baz/[1,2)/baz-[1,2)-features.xml -> [Help 1] {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira