Create Java project with Maven archetype flight-topology-archetype

Reads flights from kafka topic and updates HBase with flight information

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

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 

Details about maven archetype flight-topology-archetype

License

License

GroupId

GroupId

edu.uchicago.mpcs53013
ArtifactId

ArtifactId

flight-topology-archetype
Version

Version

2.0.2
Type

Type

maven-archetype
Description

Description

Flight topology archetype
Reads flights from kafka topic and updates HBase with flight information

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.