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