Mention the steps for installing maven on windows.
Answer / Ranjit Kumar Barnwal
To install Maven on Windows, follow these steps:n1. Download the latest Apache Maven binary package from https://maven.apache.org/download.cgi.n2. Extract the downloaded archive to a directory of your choice.n3. Add the extracted bin directory to your system's PATH environment variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a project's fully qualified artifact name?
List out the build, source and test source directory for POM in Maven?
What is a transitive dependency? Can we override transitive dependency version and if yes, how?
List out the dependency scope in Maven?
What means snapshot in maven?
What is a test dependency scope in maven?
What is a maven repository?
What is the use of maven in selenium?
What is a snapshot maven?
What is maven build life cycle?
What phases does a clean lifecycle consist of?
When you say maven uses convention over configuration?