[ 
https://issues.apache.org/jira/browse/FELIX-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868556#action_12868556
 ] 

Bengt Rodehav commented on FELIX-2329:
--------------------------------------

Perfect - will test as soon as possible.

Thanks,

/Bengt

> Improve the URL handling in features-maven-plugin regarding the 
> add-features-to-repo goal
> -----------------------------------------------------------------------------------------
>
>                 Key: FELIX-2329
>                 URL: https://issues.apache.org/jira/browse/FELIX-2329
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>    Affects Versions: karaf-1.4.0
>            Reporter: Bengt Rodehav
>            Assignee: Guillaume Nodet
>             Fix For: karaf 1.6.0
>
>         Attachments: AddFeaturesToRepoMojo.diff, AddFeaturesToRepoMojo.java
>
>
> Presently the fatures-maven-plugin cannot handle URL's starting with anything 
> else than "mvn:" and "wrap:". As long as "mvn:" exists later on in the URL, 
> the protocols before "mvn:" could be skipped since they are not used for the 
> add-features-to-repo goal. E g the following bundle definition should be 
> possible to handle:
> <bundle>ipojo:mvn:com.acme/artifact/1.0</bundle>
> A similar problem arises when references (beginning with "#") and 
> parameters/queries (beginning with "?") are appended to the URL. E g the 
> following bundle definition should be possible to handle:
> <bundle>war:mvn:com.acme/war-artifact/1.0/war?Webapp-Context=my_context</bundle>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to