dweber019 commented on a change in pull request #2731: URL: https://github.com/apache/camel-k/pull/2731#discussion_r752332776
########## File path: examples/pojo-jar/src/main/java/org/apache/camel/OpenApiRoute.java ########## @@ -0,0 +1,53 @@ +// camel-k: name=pojo-jar +// camel-k: dependency=camel-jackson +// camel-k: dependency=camel-openapi-java +// camel-k: dependency=mvn:org.projectlombok:lombok:1.18.22 +// camel-k: resource=file:../../../../../../target/pojo-jar-1.0.0.jar Review comment: I did run the command like this and it worked. I think as it's defined as modeline the cwd/pwd is the java file I define in the kamel command. README => kamel run ./src/main/org/apache/camel/OpenApiRoute.java So kamel changes the execution location to ./src/main/org/apache/camel/OpenApiRoute.java -- 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