Create Java project with Maven archetype kafka-flight-archetype

Ingest real-time flight data from FlightAware into a Kafka topic

Create a Java Project by archetype kafka-flight-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="edu.uchicago.mpcs53013"   -DarchetypeArtifactId="kafka-flight-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Details about maven archetype kafka-flight-archetype

GroupId

GroupId

edu.uchicago.mpcs53013
ArtifactId

ArtifactId

kafka-flight-archetype
Version

Version

1.0.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=kafka-flight-archetype -DarchetypeVersion=1.0.0 -DinteractiveMode=false