錯誤內容 apache
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project pg-maven-plugin: Failed to deploy artifacts:maven
解決辦法 server
一、檢查 setting 中文件設置<server> 設置的nexus 是否正確 ,包括兩個部分,plugin
a、用戶名、密碼 密碼
b、id名 與應用的設置的id是否一致 word
<server>
<id>zebra</id>
<username>admin</username>
<password>admin1234</password>
</server>文件
二、檢查nexus 的releases 下的Deployment Policy爲allow redeploy deploy