squakez commented on issue #1656: URL: https://github.com/apache/camel-k/issues/1656#issuecomment-1477500956
@gansheer I don't have the full historical context to answer, but from what I've experimented in the past, the best approach is to go in iterations and make live past and new approaches for a short period of time. IMO, you can keep the "build" part the way it is now (we may rework this part in #4024). The "publish" part with the JIB strategy may be overlapping what we're already doing in the "build". What I think you could do is not to worry at this stage. I think you should consider the input coming from the build part (ie, the Maven project in a given directory), then, you should "decorate" it with the configuration required by JIB (ie, adding plugin and registry configuration). Finally you can run, again, a maven command but through the JIB plugin this time. Hope it helps. -- 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