MVN

edu.uchicago.mpcs53013 : thrift-archetype

Maven & Gradle

Oct 15, 2018

Thrift Archetype · Example program to write thrift from local file system

mvn archetype:generate -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=thrift-archetype -DarchetypeVersion=4.0.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.uchicago.mpcs53013 : thrift-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of edu.uchicago.mpcs53013 : thrift-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
4.0.x
thrift-archetype-4.0.0
1.4.x
thrift-archetype-1.4.0
1.3.x
thrift-archetype-1.3.0
1.2.x
thrift-archetype-1.2.0
1.1.x
thrift-archetype-1.1.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=thrift-archetype -DarchetypeVersion=4.0.0