Hi,

You can do:

feature:repo-add file:/path/to/your/features.xml

Then

feature:install -v -t enroute

Regards
JB

On 28/10/2019 07:56, David Leangen wrote:

Hi,

Excuse my ignorance…

But given this feature file:

<features
  name="enRoute Distribution Features"
  xmlns="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>

  <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é <j...@nanthrax.net <mailto:j...@nanthrax.net>> 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



Reply via email to