我将Hudson与maven一起使用来构建我们的应用程序之一,最近我们的存储库已移至新位置。当我们尝试构建应用程序时,出现以下错误。
无法从存储库中央(http://repo1.maven.org/maven2)获取“ com.formos.tapestry tapestry360-project:pom:1.0.0.0”
所以我尝试通过以下方式删除依赖项,但未能构建应用程序
<dependency>
<groupId>com.formos.tapestry<groupId>
<artifactoryId>tapestry-xpath</artifactoryId>
<version>1.0.1</tapestry>
<exclusions>
<exclusion>
<groupId>com.formos.tapestry<groupId>
<artifactoryId>tapestry360-project</artifactoryId>
</exclusion>
</exclusions>
</dependency>
我在这里缺少什么。有人可以帮我解决这个问题。
答案 0 :(得分:0)
在Maven Central上,只有一个带有tapestry-xpath
工件的工件。
并且其组ID为net.sourceforge.tapestryxpath
。
我相信您错误地获得了com.formos.tapestry
的组ID。
如果您认为这是正确的,那么它可能是一个托管在组织中的本地存储库(联系/人工工厂)上的工件。