セキュリティで保護された Nexus リポジトリを機能リポジトリとして Apache Karaf に追加する方法はありますか?
コマンドを実行しようとしました:
karaf@root()> feature:repo-add http://<user>:<password>@<my-repository>
しかし、次のエラーが表示されます。
Adding feature url http://<user>:<password>@<my-repository> Error executing command: Server returned HTTP response code: 401 for URL: http://<user>:<password>@<my-repository>
Apache Karaf 3.0.0 を使用しています。
ありがとう、ミカエル