You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/01/17 09:14:53 UTC

[GitHub] [camel-k] squakez commented on a change in pull request #2879: feat(maven): Configurable Maven CLI options

squakez commented on a change in pull request #2879:
URL: https://github.com/apache/camel-k/pull/2879#discussion_r785765588



##########
File path: pkg/apis/camel/v1/maven_types.go
##########
@@ -43,6 +43,8 @@ type MavenSpec struct {
 	// The Maven build extensions.
 	// See https://maven.apache.org/guides/mini/guide-using-extensions.html.
 	Extension []MavenArtifact `json:"extension,omitempty"`
+	// The CLI options that are appended to the list of arguments for Maven commands.

Review comment:
       Maybe we can include an example of the expected configuration, so, it will be automatically documented in the API




-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org