[
https://issues.apache.org/jira/browse/FELIX-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865050#action_12865050
]
Guillaume Nodet commented on FELIX-2329:
----------------------------------------
COuld you please attach a diff file instead of the complete source file ?
It makes things way easier to review. In this case, it could be done, when
when the changes impact several files, it can become very difficult.
> 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
> Attachments: 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.