美文网首页
maven deploy问题

maven deploy问题

作者: 吴世浩 | 来源:发表于2017-06-09 01:23 被阅读111次

今天遇到一个deploy的问题,

[INFO] Total time: 3.617s
[INFO] Finished at: Thu Jun 08 16:38:18 CST 2017
[INFO] Final Memory: 16M/206M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-
deploy-plugin:2.8.2:deploy (default-deploy) on project xnol-device-
interface: Deployment failed: repository element was not specified in 
the POM inside distributionManagement element or in -
DaltDeploymentRepository=id::layout::url parameter -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with 
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug 
logging.
[ERROR] 
[ERROR] For more information about the errors and possible 
solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionExc
eption

最后知道了是没有选择ci,也就是下图的选项.

image.png

相关文章

网友评论

      本文标题:maven deploy问题

      本文链接:https://www.haomeiwen.com/subject/mqdtqxtx.html