Create Java project with Maven archetype thrift-example-archetype

Creates an example program that serializes thrift logins

Create a Java Project by archetype thrift-example-archetype with Command Line:

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

Details about maven archetype thrift-example-archetype

GroupId

GroupId

edu.uchicago.mpcs53013
ArtifactId

ArtifactId

thrift-example-archetype
Version

Version

2.0.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=thrift-example-archetype -DarchetypeVersion=2.0.1 -DinteractiveMode=false