我尝试在命令行上使用命令mvn deploy
部署到我的远程存储库(Nexus)。通过这样做我得到以下错误:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project pro-tools-maven-plugin: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter -> [Help 1]
我在distributionManagement
的{{1}}内指定了我的存储库。用户名和密码存储在pom.xml
。
settings.xml
的摘录:
pom.xml
可能是什么问题?