Skip to content

Instantly share code, notes, and snippets.

@GoncaloPT
Created April 19, 2022 07:46
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 GoncaloPT/1f7fc83073ccf615518adba4f67cb236 to your computer and use it in GitHub Desktop.
Save GoncaloPT/1f7fc83073ccf615518adba4f67cb236 to your computer and use it in GitHub Desktop.
archetype for java17 with junit5
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