Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Write the steps for installing maven on windows.



Write the steps for installing maven on windows...

Answer / Vivek Kumar Tripathi

1. Download Apache Maven from <https://maven.apache.org/downloads.cgi>. Choose the latest binary zip distribution.n2. Extract the downloaded zip file to a directory of your choice (e.g., C:Program FilesApachemaven).n3. Set environment variables:n - Add `%M2_HOME%in` to your system PATH.n - Define the M2_HOME environment variable pointing to the extracted maven directory (e.g., `set M2_HOME=C:Program FilesApachemaven`).n4. Verify installation by opening a command prompt and typing 'mvn -version'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

What is the sequence in which maven looks for the resources?

1 Answers  


What are some problems which we face while the development of a project when maven is not used?

1 Answers  


How can we see dependencies for the project and where exactly they are defined?

1 Answers  


How do you force maven to copy dependencies into target/lib?

1 Answers  


What is a test dependency scope in maven?

1 Answers  


What are the methods for constructing an uber jar?

1 Answers  


What does an uber-jar mean?

1 Answers  


How you can exclude dependency?

1 Answers  


What is maven error “failure to transfer…”?

1 Answers  


What is the purpose of mvn clean command?

1 Answers  


What are the repositories in maven?

1 Answers  


What is the command to package maven project?

1 Answers  


Categories