Skip to content

Instantly share code, notes, and snippets.

@FoxNeo
Created April 22, 2024 13:18
Show Gist options
  • Save FoxNeo/46e078872152f881ae847e15b082f80e to your computer and use it in GitHub Desktop.
Save FoxNeo/46e078872152f881ae847e15b082f80e to your computer and use it in GitHub Desktop.
Generate a mvn project struct

create a maven project

$ mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment