Could not transfer metadata ../maven-metadata.xml from/to nexus ..: Not authorized

在使用私服nexus,打包的时候一直抱以下的错误
Could not transfer metadata com.funtl:itoken-dependencies:1.0.0-SNAPSHOT/maven-metadata.xml from/to nexus (http://192.168.134.129:8081/repository/maven-public/): Not authorized
子项目的pom.xml中是这样写的

 
        
            nexus
            Nexus Repository
            http://192.168.134.129:8081/repository/maven-public/
            
                true
            
            
                true
            
        
    

我的maven的setting.xml中是有设置密码的


   
       nexus-releases
       admin
       admin123&

你可能感兴趣的:(Maven)