Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created June 28, 2019 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/3cd4fe5fddf2e7c2cad99d8916b2bfe0 to your computer and use it in GitHub Desktop.
Save recursivecodes/3cd4fe5fddf2e7c2cad99d8916b2bfe0 to your computer and use it in GitHub Desktop.
helidon-archetype.sh
mvn archetype:generate -DinteractiveMode=false \
-DarchetypeGroupId=io.helidon.archetypes \
-DarchetypeArtifactId=helidon-quickstart-mp \
-DarchetypeVersion=1.1.1 \
-DgroupId=codes.recursive \
-DartifactId=user-svc \
-Dpackage=codes.recursive.cnms.user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment