在Eclipse中配置Maven

Maven 配置和aliyunMaven库的配置
注意:JDK 的版本必须是 64 位的,jdk 最好使用 1.7

下载安装 Maven

配置环境变量


测试Maven是否安装成功

Eclipse 关联 Maven





配置Maven仓库

将maven下的Setting.xml全部删除改为







          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
 
  E:/apache-maven-3.5.2/localRepository
 


 


 
 
   
 



 
 
   
 



 
 
   


   
 



 
 
   



 

       nexus-aliyun
       *
       Nexus aliyun
       http://maven.aliyun.com/nexus/content/groups/public
 

 
 

 
 
   


   
 



 

这样就可以了

 

你可能感兴趣的:(在Eclipse中配置Maven)