Created
April 19, 2022 07:46
-
-
Save GoncaloPT/1f7fc83073ccf615518adba4f67cb236 to your computer and use it in GitHub Desktop.
archetype for java17 with junit5
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
mvn archetype:generate \ | |
-DarchetypeGroupId=pt.goncalo \ | |
-DarchetypeArtifactId=java17withJunit \ | |
-DgroupId=pt.goncalo \ | |
-DartifactId=XXXXXX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment