Details
Description
I have installed a Jboss Fuse Karaf version 7.3.0.
I'm trying to update a SNAPSHOT osgi bundle, but it's keep to not download the latest version, but instead use the version already downloaded on the maven repository (/root/.m2 or standard /opt/fues-7.3.0/data/repository).
I have tried the solution confirmed in this thread
https://access.redhat.com/solutions/2097131
but it's seems no to work.
The only ugly solution i find is to delete the maven jar donwloaded on the repository and then the maven is force to call the remote repository and download the "latest" version.รน
But i can't use the hawtio console in this use case.
It's seems some configuration problem anyone have suggestion?