maven私有仓库+公有的settings.xml配置

内容如下:
把 [ ] 变成自己的环境信息即可使用。
如:
[maven 本地目录]
改为
/date/repository

<?xml version="1.0" encoding="UTF-8"?>
://maven.apache.org/SETTINGS/1.0.0" 
    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">

    <!-- 本地仓库的位置 -->
    [maven 本地目录]
  
    <!-- Apache Maven 配置 -->
    
    

	>
		  >
		  >nexus-releases>
		  >admin>
		  >admin123>
		>
		>
		  >nexus-snapshots>
		  >[用户]>
		  >[密码]>
		>
	>

    
    <!-- 阿里云镜像 -->
    
        
            alimaven
            aliyun maven
            http://maven.aliyun.com/nexus/content/groups/public/
            central
        
    

    >
        <!-- 全局JDK1.8配置 -->
        
            jdk1.8
            
                true
                1.8
            
            
                UTF-8
                1.8
                1.8
                1.8
            
        

        > 
		  >dev> 
		  > 
			> 
				  >group-maven> <!--正式仓库id-->
				  
				  group-maven 
				  
				  [Maven 私有仓库地址]
				  
					  >true>
				  > 
				  >
					  >false>
				  > 
			  >
			  > 
				  >nexus-releases> <!--正式仓库id-->
				  
				  Nexus Release Snapshot Repository 
				  
				  [Maven 私有仓库地址]
				  
					  >true>
				  > 
				  >
					  >false>
				  > 
			  >
			  >
				  >nexus-snapshots>
				  >[Maven 私有仓库地址]>
				  >
					>false>
				  >
				  >
					>true>
				  >
				  >always>
			  >
		  >
		  > <!--插件仓库地址,各节点的含义和上面是一样的-->
		   
			  >group-maven> 
			  >group-maven> 
			  >[Maven 私有仓库地址]>
			  >
				  >true>
			  > 
			  >
				  >true>
			  >
			> 
			> 
			  >nexus-releases> 
			  >Nexus Release Snapshot Repository> 
			  >[Maven 私有仓库地址]>
			  >
				  >true>
			  > 
			  >
				  >true>
			  >
			> 
			> 
			  >nexus-snapshots>
			  >[Maven 私有仓库地址]>
			  >
				>true>
			  >
			  >
				>true>
			  >
			  >always>
			> 
		  >  
        > 

		>
            >ali>
            >
                >
                    >alimaven>
                    >aliyun maven>
                    >http://maven.aliyun.com/nexus/content/groups/public/>
                    >
                        >true>
                    >
                    >
                        >true>
                    >
                >
            >
            >
                >
                    >alimaven>
                    >aliyun maven>
                    >http://maven.aliyun.com/nexus/content/groups/public/>
                >
            >
        >
    >
    
    <!-- 激活配置 --> 
    
		>jdk1.8>
        >dev>
		>ali>
    >
>

你可能感兴趣的:(maven私有仓库+公有的settings.xml配置)