ОШИБКА Не удалось выполнить цель org.apache.maven.plugins: maven-deploy-plugin: 2.8.2: развертывание (default-deploy) в проекте helloworld: развертывание не выполнено - PullRequest
1 голос
/ 08 июля 2019

У меня есть pom.xml в репозитории Git https://github.com/engincanhoke/springboot-helloworld. Я также пытаюсь выполнить развертывание с Jenkins.

Я использую экземпляр Google Cloud Platform с CentOS 7 и установил в нем Jenkins,В Jenkins я создал новый элемент проекта Maven.Я выбрал проект GitHub, а также поставил ссылку на управление исходным кодом.Когда я нажал Build now, вот что я получил:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project helloworld: 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/MojoExecutionException
...