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 1A180200B8C for ; Mon, 12 Sep 2016 15:24:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 18BD9160AB8; Mon, 12 Sep 2016 13:24:24 +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 8C624160AB3 for ; Mon, 12 Sep 2016 15:24:23 +0200 (CEST) Received: (qmail 40464 invoked by uid 500); 12 Sep 2016 13:24:22 -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 40431 invoked by uid 99); 12 Sep 2016 13:24:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Sep 2016 13:24:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 05AF92C1B86 for ; Mon, 12 Sep 2016 13:24:22 +0000 (UTC) Date: Mon, 12 Sep 2016 13:24:22 +0000 (UTC) From: "Alex Soto (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KARAF-4707) Add pax-url-classpath feature MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 12 Sep 2016 13:24:24 -0000 Alex Soto created KARAF-4707: -------------------------------- Summary: Add pax-url-classpath feature Key: KARAF-4707 URL: https://issues.apache.org/jira/browse/KARAF-4707 Project: Karaf Issue Type: Improvement Reporter: Alex Soto To make it easier to use class path URLs. Something like. {code:xml} mvn:org.ops4j.base/ops4j-base-util-property/1.5.0 mvn:org.ops4j.base/ops4j-base-lang/1.5.0 mvn:org.ops4j.pax.swissbox/pax-swissbox-property/1.8.2 mvn:org.ops4j.pax.url/pax-url-commons/2.4.7 mvn:org.ops4j.pax.url/pax-url-classpath/2.4.7 {code} Also, it would be nice to have documentation about how to use it for deploying config files in features.xml: {code:xml} classpath:my.config.cfg {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)