не может развернуть проект Maven в коде Visual Studio - PullRequest
0 голосов
/ 06 февраля 2020

У меня есть проект Maven. Я могу развернуть его, используя redhat jboss IDE. но я хочу развернуть его, используя код Visual Studio (я хочу установить соединение с сервером, как мне это сделать?

enter image description here

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project fusion-credit-appraisal: Execution default-deploy of goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy failed: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Could not transfer artifact org.codehaus.plexus:plexus-utils:jar:1.5.6 from/to nexus (http://130.61.35.16/repository/maven-public/): Failed to transfer file: http://130.61.35.16/repository/maven-public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar. Return code is: 503 , ReasonPhrase:Service Unavailable. -> [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/PluginResolutionException
PS D:\jbossworkspace\fusion-credit-appraisal-soa>
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...