Я создаю проект, как описано в:Как настроить хранилища maven pom?
TEIID/Archetype+Template+Connector+Project
на MVN чистую установку я получаю:
[ERROR] Failed to execute goal on project connector-myType:
Could not resolve dependencies for project org.jboss.teiid.connectors:connector-myType:jar:0.0.1-SNAPSHOT: Failed to collect dependencies at org.jboss.teiid:teiid-api:jar:8.7.0.Final:
Failed to read artifact descriptor for org.jboss.teiid:teiid-api:jar:8.7.0.Final:
Failure to find org.jboss.integration-platform:jboss-integration-platform-bom:pom:6.0.0-SNAPSHOT
in http://snapshots.jboss.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of jboss has elapsed or updates are forced -> [Help 1]
Неспособность найти org.jboss.integration-платформы: JBoss-интеграционного от платформы бом: пОМ: 6.0.0-SNAPSHOT в http://snapshots.jboss.org/maven2 был кэшируются в локальном хранилище,
Я добавил в мой pom.xml:
<repositories>
<repository>
<id>jboss</id>
<name>jboss</name>
<url>http://snapshots.jboss.org/maven2</url>
I also tried with https://repository.jboss.org/nexus/content/repositories/snapshots/
</repository>
</repositories>
но din't помощь, хотя и
что с этим не так?
Вы пробовали МВН -U чистой установки. Для принудительного обновления. Или вы можете удалить .m2 dir и повторить ту же команду. – Aurelien