MAVEN配置环境变量

本文介绍了如何下载和配置Maven,包括选择合适的版本,设置环境变量M2_HOME和PATH,验证配置成功的方式。此外,还讲解了在IDEA中配置Maven的步骤,以及设置本地仓库和使用阿里云镜像仓库。
摘要由CSDN通过智能技术生成

一:Maven下载及配置

1)官网地址:​http://maven.apache.org/

    maven 简单的来说就是jar包的管理工具,就是一个Jar包的仓库

  • (根据JDK的版本下载maven包)        
  •  选择二进制.zip的maven,这个是windows系统的,如果你是linux下载.tar.gz的maven

2)配置环境变量(找不到别学java了)

  • 变量名:M2_HOME(MAVEN_HOME)
  • 变量值:你maven包的目录(也可以点击浏览目录找你maven的位置即可)
  • 这里说明一,因为以后学Springboot的话,Sprngboot很多名字的引用都是M2_HOME环境,方便以后Springboot轻松访问到maven库
  • PATH变量:%M2_HOME%\bin(%MAVEN_HOME%\bin)
  • 谨记:JDK一定安装好!这里我们就配置好环境变量了

3)验证配置是否成功

  • win + R 输入 cmd (在你文件夹中输入cmd也可,图片位置)
  • 输入 mvn -v
  • 记住mvn v  中间的符号是 ‘-’ 减号!!!不是_ 

二:配置仓库和镜像

  • D:\apache-maven-3.6.1\conf 配置settings.xml
  • 设置本地仓库
  • 阿里云的镜像仓库
  • settings.xml 

    ​
    
    <?xml version="1.0" encoding="UTF-8"?>
    
    <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITH
  • 2
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值