kafka-connect-archtype
kafka-connect-archtype copied to clipboard
To generate a skeleton connector implementation by Maven archtype
To generate a skeleton connector implementation by Maven archtype, groupId shoul be like this: -DarchetypeGroupId=io.confluent.maven. Instead of -DarchetypeGroupId=io.confluent.maven.archetypes
The code is:
mvn archetype:generate -DarchetypeGroupId=io.confluent.maven
-DarchetypeArtifactId=kafka-connect-quickstart
-DarchetypeVersion=0.10.0.0
-Dpackage=io.confluent.examples.kafka.connect.twitter
-DgroupId=io.confluent.examples
-DartifactId=kafka-connect-twitter
-DpackageName=io.confluent.examples.kafka.connect.twitter
-Dversion=1.0-SNAPSHOT