lburgazzoli commented on a change in pull request #238: initial support for
custom maven repositories
URL: https://github.com/apache/camel-k/pull/238#discussion_r236038223
##########
File path: pkg/apis/camel/v1alpha1/types.go
##########
@@ -56,6 +56,7 @@ type IntegrationSpec struct {
Profile TraitProfile `json:"profile,omitempty"`
Traits map[string]IntegrationTraitSpec `json:"traits,omitempty"`
Configuration []ConfigurationSpec
`json:"configuration,omitempty"`
+ Repositories []string
`json:"repositories,omitempty"`
Review comment:
Yes but the whole platform configuration is another and wider topic so I
left it for future development :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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