Create Java project with Maven archetype WeatherTopology-archetype

Reads weather from kafka topic and stores latest weather for American airports in HBase

Create a Java Project by archetype WeatherTopology-archetype with Command Line:

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

Details about maven archetype WeatherTopology-archetype

GroupId

GroupId

edu.uchicago.mpcs53013
ArtifactId

ArtifactId

WeatherTopology-archetype
Version

Version

1.2.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=WeatherTopology-archetype -DarchetypeVersion=1.2.0 -DinteractiveMode=false