What is an archetype?
Answer / Santosh Kumar Sarswat
An archetype in Maven is a project template that contains best practices and standard structures for certain types of projects. It helps create consistent projects when initializing new projects using the `mvn archetype:generate` command.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where are maven dependencies stored?
How do you tell maven to use the latest version of a dependency?
Difference between maven scope compile and provided for jar packaging?
What is the use of the execution element in pom file?
Write the steps for installing maven on windows.
What are the different types of profile in maven?
What are its features/advantages of uber jar?
What is maven jxr?
Why do we say “maven uses convention over configuration”?
What are the default values for the packaging element? If there is no packaging element defined? What is the default value for that?
How you can produce execution debug output or error messages?
List the differences between ant and maven.