Java - create a Java application with Maven

less than 1 minute read

With the following command you can create an application directory quickly

1
2
mvn archetype:generate -DgroupId=com.demo.app -DartifactId=appDemo
 -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false