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

Achim Nierbeck commented on KARAF-2818:
---------------------------------------

I think I have to clarify some of the above. 
1) The improvement isn't about installing features from maven only repositories
2) It is about using the feature:repo-add XXX command, where the command does 
add a features file to the "features-repository" by looking up the latest 
version from a maven-repository. 
Using a real example: 
issuing the command
{code}
feature:repo-add cellar
{code}
results in a maven repo lookup for the latest version available at the local 
maven repository for the cellar feature. 
For this it needs maven afaik. 

So as long as the ECF feature is only available from a http source, this can't 
be used. 
It has to be done "manually"
{code}
feature:repo-add http://some-server/some-dir/features.xml
{code}

> Add ECF to feature repo
> -----------------------
>
>                 Key: KARAF-2818
>                 URL: https://issues.apache.org/jira/browse/KARAF-2818
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-config
>    Affects Versions: 3.0.0
>            Reporter: Achim Nierbeck
>            Assignee: Achim Nierbeck
>             Fix For: 4.0.0, 3.0.2
>
>
> Eclipse communication framework (ECF) now provides a feature file for easier 
> installation in Karaf. The link to the repository should be included in the 
> features.repo.  



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to