I've downloaded ServiceMix 7.0.1 and followed the documentation. I need to install Camel features using:
karaf@root>feature:install camel-sql
But when I do that nothing happens. There's no response until I hit ctrl-c. The log file doesn't help either.
2020-03-25 14:13:25,709 | INFO | Thread-16 | FeaturesServiceImpl
| 8 - org.apache.karaf.features.core - 4.0.9 | Adding features: camel-sql/[2.24.2,2.24.2]
And the online documentation is sparse to say the least.
Update
Using -v -t gives the below output, but still nothing thereafter:
karaf@root>feature:install -v -t camel-sql
Adding features: camel-sql/[2.24.2,2.24.2]
You have to update Maven configuration in
etc/org.ops4j.pax.url.mvn.cfgin your ServiceMIX 7.0.1 installation. Change:to:
repo1.maven.org no longer allows access using
http.httpsis required.