You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! I'm interested to use the Camel kafka connectors. I'm following the user guide 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 in the connector's directory:
mvn package -pl camel-timer-kafka-connector -am
Is this something we could mention on the guide? Many thanks!
The text was updated successfully, but these errors were encountered:
Hi there! I'm interested to use the Camel kafka connectors. I'm following the user guide 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 in the connector's directory:
Is this something we could mention on the guide? Many thanks!
The text was updated successfully, but these errors were encountered: