Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 631 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 631 Bytes

ShareIt Archetype

ShareIt Archetype is an archetype with the goal to unify and improve the way new microservices are built for the shareit platform.

Installation

To generate the archetype you just have to run the following maven command:

mvn clean install

Usage

In order to use the archetype to create a new project, you should run the following maven command:

mvn archetype:generate \
-DarchetypeGroupId=com.shareit \
-DarchetypeArtifactId=shareit-archetype \
-DarchetypeVersion=1.0-SNAPSHOT \
-DgroupId=[PROJECT_PACKAGE] \
-DartifactId=[PROJECT_ARTIFACT] \
-Dversion=[PROJECT_VERSION]