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


##########
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:
   Yes, indeed. I think I inverted the red and the green while reading.



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