Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 232 Bytes

File metadata and controls

7 lines (5 loc) · 232 Bytes

My First Java App

Create a new project as follows:

$ mvn archetype:generate -DgroupId=com.serrodcal -DartifactId=myFirstJavaApplication -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false