What is the default location of local repository?
Answer / Sana Farid
The default location of the local Maven repository is ~/.m2/repository on Unix-based systems and C:Users<user>.m2
epository on Windows.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what would the “jar: jar” goal do?
What is maven jxr?
Explain how you can produce execution debug output or error messages?
How will you verify if maven is installed on windows?
What is the command to create a new project based on an archetype?
What is the use of the execution element in pom file?
Write the steps for installing maven on windows.
When you say maven uses convention over configuration?
What are the benefit of storing jars/external dependencies in the local repository instead of a remote one?
For POM what are the minimum required elements?
How can you activate profiles?
What is maven project?