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

Ralf Steppacher commented on KARAF-3286:
----------------------------------------

No, it does not work with 3.0.2 either. The exact line that fails merging looks 
like this:

{code:xml}<bundle>mvn:${project.groupId}/base/${project.version}/$Export-Package=an.api.package</bundle>{code}

The produced feature.xml contains the following two lines:

{code:xml}
<bundle>mvn:ch.vivates.ams/base/3.0.0-SNAPSHOT/$Export-Package=an.api.package</bundle>
<bundle>mvn:ch.vivates.ams/base/3.0.0-SNAPSHOT</bundle>
{code}

> karaf-maven-plugin does not merge bundle entry with URL parameters
> ------------------------------------------------------------------
>
>                 Key: KARAF-3286
>                 URL: https://issues.apache.org/jira/browse/KARAF-3286
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 3.0.1
>            Reporter: Ralf Steppacher
>
> If a template contains an entry with URL parameters, e.g.
> {code:xml}<bundle>wrap:mvn:jboss/jbossall-client/4.2.3.GA/$Bundle-SymbolicName=jbossall-client&amp;Bundle-Version=4.2.3.GA</bundle>{code}
> then it is not merged with a maven compile dependency. Instead the resulting 
> feature.xml contains two entries for that bundle.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to