Skip to content

Instantly share code, notes, and snippets.

@cesarcneto
Last active September 1, 2021 20:18
Show Gist options
  • Save cesarcneto/510acef657305ffb2525a6c1cefa75a4 to your computer and use it in GitHub Desktop.
Save cesarcneto/510acef657305ffb2525a6c1cefa75a4 to your computer and use it in GitHub Desktop.
Creates a java 11 + junit 5 maven project
mvn archetype:generate \
-DarchetypeGroupId=uk.co.markg.archetypes \
-DarchetypeArtifactId=java11-junit5 \
-DarchetypeVersion=1.0 \
-DgroupId=io.dev \
-DartifactId=java-project \
-DinteractiveMode=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment