kafka-connect-archtype icon indicating copy to clipboard operation
kafka-connect-archtype copied to clipboard

To generate a skeleton connector implementation by Maven archtype

Open XxZhang2017 opened this issue 7 years ago • 0 comments

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

XxZhang2017 avatar Jun 18 '18 04:06 XxZhang2017