Skip to content

Instantly share code, notes, and snippets.

@dblevins
Created March 24, 2022 03:38
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 dblevins/15335bc5dedeae3df02ad12a05686df8 to your computer and use it in GitHub Desktop.
Save dblevins/15335bc5dedeae3df02ad12a05686df8 to your computer and use it in GitHub Desktop.
#!/bin/bash
mvn archetype:generate -DarchetypeGroupId=org.tomitribe \
-DarchetypeArtifactId=tomitribe-crest-archetype \
-DarchetypeVersion=0.19 \
-Dversion=1.0-SNAPSHOT \
-DgroupId=org.example -DartifactId=mycommand &&
cd mycommand/ &&
mvn clean install &&
./target/mycommand ls .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment