squakez commented on code in PR #5480:
URL: https://github.com/apache/camel-k/pull/5480#discussion_r1594114939


##########
pkg/util/maven/maven_command.go:
##########
@@ -185,7 +185,7 @@ func (c *Context) AddSystemProperty(name string, value 
string) {
        c.AddArgumentf("-D%s=%s", name, value)
 }
 
-func generateProjectStructure(context Context, project Project) error {
+func generateProjectStructure(context Context, project *Project) error {

Review Comment:
   Out of curiosity, what's the reason of this change? what's the gain? I 
understand we're going to create a new Project struct in this way, right?



-- 
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

Reply via email to