You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/06/14 04:24:57 UTC

[camel-k] branch master updated: The --maven-repository shortcut does not configure plugin repositories #746

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new a923f64  The --maven-repository shortcut does not configure plugin repositories #746
a923f64 is described below

commit a923f643b8726046b73d2e1445ae78aadef5a5f5
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Jun 12 23:42:29 2019 +0200

    The --maven-repository shortcut does not configure plugin repositories #746
---
 pkg/cmd/install.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkg/cmd/install.go b/pkg/cmd/install.go
index d8c313f..17b15c7 100644
--- a/pkg/cmd/install.go
+++ b/pkg/cmd/install.go
@@ -229,6 +229,7 @@ func (o *installCmdOptions) install(_ *cobra.Command, _ []string) error {
 						ActiveByDefault: true,
 					},
 					Repositories: repositories,
+					PluginRepositories: repositories,
 				},
 			}