astefanutti commented on a change in pull request #720: Allow to provide
custom settings.xml
URL: https://github.com/apache/camel-k/pull/720#discussion_r290170396
##########
File path: pkg/cmd/install.go
##########
@@ -88,23 +97,23 @@ func newCmdInstall(rootCmdOptions *RootCmdOptions)
*cobra.Command {
type installCmdOptions struct {
*RootCmdOptions
- wait bool
- clusterSetupOnly bool
- skipClusterSetup bool
- exampleSetup bool
- snapshotRepositories bool
- outputFormat string
- camelVersion string
- runtimeVersion string
- baseImage string
- operatorImage string
- localRepository string
- buildStrategy string
- buildTimeout string
- repositories []string
- properties []string
- contexts []string
- registry v1alpha1.IntegrationPlatformRegistrySpec
+ wait bool
+ clusterSetupOnly bool
+ skipClusterSetup bool
+ exampleSetup bool
+ outputFormat string
+ camelVersion string
+ runtimeVersion string
+ baseImage string
+ operatorImage string
+ localRepository string
+ buildStrategy string
+ buildTimeout string
+ mavenRpositories []string
Review comment:
`mavenRpositories` -> `mavenRepositories`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services