Hi, Excuse my ignorance…
But given this feature file: > <features > name="enRoute Distribution Features" > xmlns="http://karaf.apache.org/xmlns/features/v1.4.0 > <http://karaf.apache.org/xmlns/features/v1.4.0>"> > > > <resource-repository>https://[USER]:[PASS]@repo.bioscene.net/repository/obr/enroute/index-2.0.0.xml</resource-repository> > > <https://%5BUSER%5D:%[email protected]/repository/obr/enroute/index-2.0.0.xml%3C/resource-repository%3E> > > <feature name="enroute" version="2.0.0" install="auto" /> > </features> How do I install it using feature:install -v -t? I checked the documentation, but I am none the wiser. 😢 The URL is just a link to a repository. When I feature:list -i, of course the feature is not listed, so I can’t just “feature:install -t -v enroute”. I must be missing a step. Cheers, =David > On Oct 28, 2019, at 14:48, Jean-Baptiste Onofré <[email protected]> wrote: > > Hi, > > And I worked in 4.2.0 / 4.2.0-SNAPSHOT ? > > That's weird. > > Can you try a feature:install -v -t install of going via the deploy folder ? > > Regards > JB
