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

Andreas Pieber commented on KARAF-726:
--------------------------------------

another point which should be considered during this issue if this doesn't 
provide us a way to get rid of the <repository> tag in the features.xml. IMHO 
this tag is quite problematic since it forbids to upgrade some features 
independent of the "main feature file" although it would work. An alternative 
solution may be to reference other repositories via the enterprise repository 
using a range. For example:

Instead of...

{code}
<repository>mvn:org.jclouds.karaf/feature/1.0.0/xml/features</repository>
{code}

...we may use something like... 

{code}
<repository id="org.jclouds.karaf" version="[1,2) />
{code}

WDYT?

> Provide a karaf-enterprise-repository
> -------------------------------------
>
>                 Key: KARAF-726
>                 URL: https://issues.apache.org/jira/browse/KARAF-726
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-repository
>            Reporter: Andreas Pieber
>             Fix For: 3.0.0
>
>
> We have already a longer description of this feature here:
> https://cwiki.apache.org/confluence/display/KARAF/Karaf+Enterprise+Repository
> In addition there are also some discussions on the mailinglist about this but 
> I couldn't find the link right now :(

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to