Created
March 24, 2022 03:38
-
-
Save dblevins/15335bc5dedeae3df02ad12a05686df8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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