Skip to content

Commit

Permalink
The --maven-repository shortcut does not configure plugin repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Jun 14, 2019
1 parent c3aff83 commit a923f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func (o *installCmdOptions) install(_ *cobra.Command, _ []string) error {
ActiveByDefault: true,
},
Repositories: repositories,
PluginRepositories: repositories,
},
}

Expand Down

0 comments on commit a923f64

Please sign in to comment.