christophd commented on code in PR #3912: URL: https://github.com/apache/camel-k/pull/3912#discussion_r1064704762
########## pkg/apis/camel/v1/maven_types.go: ########## @@ -96,4 +96,9 @@ type Server struct { Configuration Properties `xml:"configuration,omitempty" json:"configuration,omitempty"` } -type Properties map[string]string Review Comment: @squakez I refactored the changes to only use the new plugin properties structure in Maven plugin execution configuration. The other occurrences of properties (e.g. in server configuration) now remain unchanged. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org