mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="WeatherTopology-archetype" -DarchetypeVersion="2.0.3" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdedu.uchicago.mpcs53013 |
ArtifactId | ArtifactIdWeatherTopology-archetype |
Version | Version2.0.3 |
Type | Typemaven-archetype |
Description |
DescriptionWeather topology archetype
Reads weather from kafka topic and stores latest
weather for American airports in HBase
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=WeatherTopology-archetype -DarchetypeVersion=2.0.3 -DinteractiveMode=false