Last active
September 1, 2021 20:18
-
-
Save cesarcneto/510acef657305ffb2525a6c1cefa75a4 to your computer and use it in GitHub Desktop.
Creates a java 11 + junit 5 maven project
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=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