duanasq opened a new issue #1264: URL: https://github.com/apache/camel-kafka-connector/issues/1264
Hi there! I'm interested to use the Camel kafka connectors. I'm following the [user guide](https://camel.apache.org/camel-kafka-connector/0.11.0/user-guide/getting-started/try-it-out-locally.html) to try it out locally (it's great, thanks!) but the instruction to build this repo using `./mvnw package` from the root was taking me over 40 mins. I lost patience and looked at how I could build the connectors I was interested in modularly. I was able to package the connector I was interested in using: ``` mvn package -pl camel-timer-kafka-connector -am ``` Is this something we could mention on the guide? Many thanks! -- 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