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

Freeman Fang commented on KARAF-232:
------------------------------------

Hi Guillaume,

Yeah, I know they are the one which actually create the osig metadata, what I 
mean is introduce a property so that we can skip them if we want(or sometimes 
we have to skip those).

The typical scenario I can come up with is customer  usually can write their 
own features.xml in their module, which import released servicemix feature.xml, 
something like
<repository>mvn:org.apache.servicemix/apache-servicemix/4.3.0-fuse-01-00/xml/features</repository>
And there's a blueprint in apache-servicemix-4.3.0-fuse-01-00-features.xml like
<bundle>blueprint:file:etc/activemq-broker.xml</bundle>
And customer use features-maven-plugin to validate their own features
In this case, customer may not really care to validate
<bundle>blueprint:file:etc/activemq-broker.xml</bundle> in  released servicemix 
feature.xml
Also in customer module, there's no etc/activemq-broker.xml to validate.
They just wanna use other features defined in 
apache-servicemix-4.3.0-fuse-01-00-features.xml, so skip blueprint in this case 
is a good idea IMHO.

Best Regards

Freeman



> validate goal of features-maven-plugin should support wrap jar
> --------------------------------------------------------------
>
>                 Key: KARAF-232
>                 URL: https://issues.apache.org/jira/browse/KARAF-232
>             Project: Karaf
>          Issue Type: Bug
>            Reporter: Freeman Fang
>         Attachments: KARAF-232.patch
>
>
> be able to download it and validate the wrap jar

-- 
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