mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="flight-topology-archetype" -DarchetypeVersion="2.0.2" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdedu.uchicago.mpcs53013 |
ArtifactId | ArtifactIdflight-topology-archetype |
Version | Version2.0.2 |
Type | Typemaven-archetype |
Description |
DescriptionFlight topology archetype
Reads flights from kafka topic and updates HBase
with flight information
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=flight-topology-archetype -DarchetypeVersion=2.0.2 -DinteractiveMode=false