What is the command to create a new project based on an archetype?
Answer / Mohammad Shehbaz
To create a new Maven project based on an archetype, you can use the following command: `mvn archetype:generate`
| Is This Answer Correct ? | 0 Yes | 0 No |
Have you ever had problem getting your projects in eclipse refreshed after you made changes in the pom files?
What is the command to create a new project based on an archetype?
What phases does a clean lifecycle consist of?
What is a snapshot maven?
When you say maven uses convention over configuration?
Explain the difference between apache ant and maven?
Difference between maven and ant?
What is maven build life cycle?
What is the use of maven clean?
what is Maven artifact?
How to run the clean plugin automatically during the build?
Difference between maven scope compile and provided for jar packaging?