[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project user: Failed to deploy artifacts: Could not transfer artifact com.su:user:jar:1.0 from/to nexus-releases (https://maven.aliyun.com/repository/public/): Failed to transfer file: https://maven.aliyun.com/repository/public/com/su/user/1.0/user-1.0.jar. Return code is: 405, ReasonPhrase: Write method not allowed for repository groups. -> [Help 1]
demo是父模块,user是子模块,我点击user的deploy发送到aliyun maven仓库怎么失败了,报的错如上边所示。
我觉得这个问题可以放到GDP里面去跑一下,这个问题我印象中是可以实现的
说你没有写的权限,你的账号应该是不能往maven仓库里面写