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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different ways to convert an inputstream to a sting?

208