You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/01/05 06:13:00 UTC

[jira] [Commented] (KARAF-6431) Maven plugin feature to define custom bundle location prefixes

    [ https://issues.apache.org/jira/browse/KARAF-6431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008248#comment-17008248 ] 

ASF subversion and git services commented on KARAF-6431:
--------------------------------------------------------

Commit 17ef1b653e735a2cd6b5b9e2f3b313f9180d4055 in karaf's branch refs/heads/master from Ricardo Silva
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=17ef1b6 ]

[KARAF-6431] - Maven plugin feature to define custom bundle location prefixes (#882)

[KARAF-6431] - Maven plugin feature to define custom bundle location prefixes


> Maven plugin feature to define custom bundle location prefixes
> --------------------------------------------------------------
>
>                 Key: KARAF-6431
>                 URL: https://issues.apache.org/jira/browse/KARAF-6431
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf
>    Affects Versions: 4.2.6
>            Reporter: Ricardo Miguel Almeida da Silva
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 4.3.0, 4.2.8
>
>
> Allowing custom deployers on karaf 4 plugin, this comes in hand of the following PR [https://github.com/apache/karaf/pull/489] that was merged in the past for karaf 3.
> The idea is to have the following definition in karaf-maven-plugin
> {code:java}
> <extraProtocols>
>   <param>pentaho-webjars</param> 
>   <param>pentaho-platform-plugin-mvn</param> 
> </extraProtocols>
> {code}
> which allows the following declaration
>  {{<bundle>pentaho-webjars:mvn:org.webjars.npm/underscore/1.8.3</bundle>}}
> Please note, that is required for custom karaf assemblies.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)