Не удалось выполнить цель для объекта температура-вещь: не удалось разрешить зависимости для проекта com.ptcmanaged.thingworx: температура-вещь

Когда я бегу mvn package Я получаю эту ошибку. Есть идеи, как это можно исправить?

Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.4/junit-4.4.pom (2 KB at 4.0 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:28 min
[INFO] Finished at: 2015-10-26T21:57:51-05:00
[INFO] Final Memory: 9M/222M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project temperature-thing: Could not resolve dependencies for project com.ptcmanaged.thingworx:temperature-thing:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.thingworxs:thingworx-common:jar:5.0.0: Failed to read artifact descriptor for com.thingworxs:thingworx-common:jar:5.0.0: Could not transfer artifact com.thingworxs:thingworx-common:pom:5.0.0 from/to ptc-managed-services-public (https://maker01.ptcmanaged.com/mvnrepo): Connect to maker01.ptcmanaged.com:443 [maker01.ptcmanaged.com/54.173.81.52] failed: Operation timed out -> [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/DependencyResolutionException


dyn-72-33-222-204:temperature-thing mona$ pwd
/Users/mona/iotlab/raspberry/temperature-thing
dyn-72-33-222-204:temperature-thing mona$ ls
README.md       bin             conf            pom.xml         src
dyn-72-33-222-204:temperature-thing mona$

3 ответа

Решение

Открой pom.xml файл и удалите эту строку, выполнив поиск maker01 в файле:

<url>https://maker01.ptcmanaged.com/mvnrepo</url>

и добавьте эту строку в том же месте:

<url>http://maker01.cloud.thingworx.com/mvnrepo </url>

Вам нужно будет установить jar локально и изменить файл pom.xml под комментарием: Здесь новый URL-адрес mvnrepo должен быть следующим: http://maker01.clould.thingworx.com/mvnrepo Я считаю, что текущий URL-адрес сейчас http://maker01.ptcmanaged.com/mvnrepo

vi pom.xml 
  <!--<url>https://maker01.ptcmanaged.com/mvnrepo</url>-->
  <url>http://maker01.cloud.thingworx.com/mvnrepo </url>

Спасибо

Не удалось выполнить цель для объекта температура-вещь: не удалось разрешить зависимости для проекта com.ptcmanaged.thingworx: температура-вещь:jar:1.0-SNAPSHOT:

Не удалось собрать зависимости в com.thingworxs:thingworx-common:jar:5.0.0:

Не удалось прочитать дескриптор артефакта для com.thingworxs:thingworx-common:jar:5.0.0:

Не удалось передать артефакт com.thingworxs:thingworx-common:pom:5.0.0 из / в ptc-managed-services-public ( https://maker01.ptcmanaged.com/mvnrepo):

Не удалось подключиться к maker01.ptcmanaged.com:443 [maker01.ptcmanaged.com/54.173.81.52]: тайм-аут операции -> [Help 1]

Другие вопросы по тегам