maven的pom文件中repository标签无效

原因是因为我在maven的setting的配置文件中配置了mirror标签

    
           nexus-aliyun  
            *,!jeecg          
           Nexus aliyun    
           https://maven.aliyun.com/nexus/content/groups/public    
        

之前的mirrorOf标签中只有*,现在加上!jeedg,这样pom文件中的repository标签中的仓库就能用了

你可能感兴趣的:(maven的pom文件中repository标签无效)