Hi everyone, I'm trying use the '-i' (--install) option of `feature:repo-add`, and it isn't working:
karaf@root()> feature:repo-add -i mvn:edu.amherst.acdc/acrepo-karaf/LATEST/xml/features Adding feature url mvn:edu.amherst.acdc/acrepo-karaf/LATEST/xml/features Error executing command: java.lang.UnsupportedOperationException karaf@root()> The feature repo installs just fine on its own, without -i: karaf@root()> feature:repo-add mvn:edu.amherst.acdc/acrepo-karaf/LATEST/xml/features Adding feature url mvn:edu.amherst.acdc/acrepo-karaf/LATEST/xml/features karaf@root()> This feature repository is available on Maven central if you care to replicate the problem. Is there something wrong with the feature file that is causing this error, or is this a bug in Karaf? Thanks, Elliot
