Google News
logo
Java Maven - Interview Questions
Write the command to create a new project based on an archetype.
To create a new project based on an archetype, we will use the below command :
 
mvn archetype : generate

Advertisement