8

我使用 Artifactory 作为 Maven 存储库,我不是管理员(企业存储库)。我正在尝试使用 XmlSchema(通过 appfuse-basic-struts 原型的许多依赖项),但是当我运行mvn package时遇到了一个我无法理解的问题:

HTTP 状态 409 - 目标部署路径“org/apache/ws/commons/XmlSchema/1.1/XmlSchema-1.1.pom”与 POM 的预期路径前缀“org/apache/ws/commons/XmlSchema/SNAPSHOT”不匹配。请验证您的 POM 内容是否正确,并确保源路径是有效的 Maven 存储库根路径。

类型状态报告

消息目标部署路径“org/apache/ws/commons/XmlSchema/1.1/XmlSchema-1.1.pom”与 POM 的预期路径前缀“org/apache/ws/commons/XmlSchema/SNAPSHOT”不匹配。请验证您的 POM 内容是否正确,并确保源路径是有效的 Maven 存储库根路径。

描述由于与资源的当前状态冲突,请求无法完成(目标部署路径 'org/apache/ws/commons/XmlSchema/1.1/XmlSchema-1.1.pom' 与 POM 的预期路径前缀不匹配'org/apache/ws/commons/XmlSchema/SNAPSHOT'。请验证您的 POM 内容的正确性,并确保源路径是有效的 Maven 存储库根路径。)。Apache Tomcat/6.0.18

即使在传递依赖项中,我也找不到。谁能解释我有什么麻烦?

我发现这篇文章Using Maven-3 Got Http 409 error when re-deploy with archiva但它似乎与我的问题不符。

编辑1:当我不使用我的公司回购时,这项工作非常好。

编辑 2:这里是通过 http 的 repo 视图:

repo/org/apache/ws/commons/XmlSchema/1.1 的索引

名称 最后修改尺寸

../
maven-metadata.xml->--
maven-metadata.xml.md5-> - -
maven-metadata.xml.sha1-> - -
XmlSchema-1.1.jar 2006 年 9 月 18 日 20:12 124.96 KB
XmlSchema-1.1.jar.asc-> - -
XmlSchema-1.1.jar.md5 2006 年 9 月 18 日 20:12 32 字节
XmlSchema-1.1.jar.sha1 2006 年 9 月 18 日 20:12 40 字节
XmlSchema-1.1.pom-> - -
XmlSchema-1.1.pom.md5-> - -
XmlSchema-1.1.pom.sha1-> - -

编辑 3:依赖项

mvn 依赖:树

[信息] com.edf.dpi.esip.gdt:gdt-ihm:war:7.0.1-SNAPSHOT
[信息] +- org.appfuse:appfuse-struts:war:2.0-m5:compile
[信息] +- org.appfuse:appfuse-struts:warpath:2.0-m5:compile
[信息] | +- org.appfuse:appfuse-web-common:war:2.0-m5:compile
[信息] | +- org.appfuse:appfuse-web-common:warpath:2.0-m5:compile
[信息] | | +- org.appfuse:appfuse-service:jar:2.0-m5:compile
[信息] | | | +-aspectj:aspectjweaver:jar:1.5.3:compile
[信息] | | | +- net.sf.ehcache:ehcache:jar:1.3.0-beta2:compile
[信息] | | | | \- net.sf.jsr107cache:jsr107cache:jar:1.0:compile
[信息] | | | +-速度:速度:jar:1.4:编译
[信息] | | | | \- 速度:速度-dep:jar:1.4:运行时
[信息] | | | \- org.codehaus.xfire:xfire-all:jar:1.2.6:compile
[信息] | | | +- org.codehaus.xfire:xfire-aegis:jar:1.2.6:compile
[信息] | | | | \- net.java.dev.stax-utils:stax-utils:jar:20040917:compile
[信息] | | | +- org.codehaus.xfire:xfire-ws-security:jar:1.2.6:compile
[信息] | | | | +- xfire:opensaml:jar:1.0.1:编译
[信息] | | | | +- bouncycastle:bcprov-jdk15:jar:133:compile
[信息] | | | | +- xerces:xercesImpl:jar:2.7.1:compile
[信息] | | | | +- xml-apis:xml-apis:jar:1.0.b2:compile
[信息] | | | | +- xml-security:xmlsec:jar:1.3.0:compile
[信息] | | | | +- wss4j:wss4j:jar:1.5.1:编译
[信息] | | | | \- commons-discovery:commons-discovery:jar:0.2:compile
[信息] | | | +- org.codehaus.xfire:xfire-core:jar:1.2.6:compile
[信息] | | | | +- wsdl4j:wsdl4j:jar:1.6.1:编译
[信息] | | | | +- jaxen:jaxen:jar:1.1-beta-9:compile
[信息] | | | | | \- xerces:xmlParserAPIs:jar:2.6.2:compile
[信息] | | | | +- stax:stax-api:jar:1.0.1:compile
[信息] | | | | +- org.apache.ws.commons:XmlSchema:jar:1.1:compile
[信息] | | | | +- org.codehaus.woodstox:wstx-asl:jar:3.2.0:compile
[信息] | | | | +- jdom:jdom:jar:1.0:compile
[信息] | | | | \- commons-httpclient:commons-httpclient:jar:3.0:compile
[信息] | | | +- org.codehaus.xfire:xfire-java5:jar:1.2.6:compile
[信息] | | | | \- xfire:xfire-jsr181-api:jar:1.0-M1:compile
[信息] | | | +- org.codehaus.xfire:xfire-generator:jar:1.2.6:compile
[信息] | | | | \- org.codehaus.xfire:xfire-jaxb2:jar:1.2.6:compile
[信息] | | | | \- com.sun.xml.bind:jaxb-xjc:jar:2.0.1:compile
[信息] | | | | \- com.sun.xml.bind:jaxb-impl:jar:2.0.1:compile
[信息] | | | +- org.codehaus.xfire:xfire-xmlbeans:jar:1.2.6:compile
[信息] | | | | \- xmlbeans:xbean:jar:2.2.0:compile
[信息] | | | +- org.codehaus.xfire:xfire-annotations:jar:1.2.6:compile
[信息] | | | | \- commons-attributes:commons-attributes-api:jar:2.1:compile
[信息] | | | | +- 蚂蚁:蚂蚁:罐子:1.5:编译
[信息] | | | | \- qdox:qdox:jar:1.5:compile
[信息] | | | +- org.codehaus.xfire:xfire-jaxws:jar:1.2.6:compile
[信息] | | | | +- javax.xml.ws:jaxws-api:jar:2.0:compile
[信息] | | | | | \- javax.xml.bind:jaxb-api:jar:2.0:compile
[信息] | | | | | \- javax.xml.bind:jsr173_api:jar:1.0:compile
[信息] | | | | +- com.sun.xml.messaging.saaj:saaj-impl:jar:1.3:compile
[信息] | | | | \- javax.xml.soap:saaj-api:jar:1.3:compile
[信息] | | | \- org.codehaus.xfire:xfire-spring:jar:1.2.6:compile
[信息] | | | \- org.apache.xbean:xbean-spring:jar:2.8:compile
[信息] | | +- commons-collections:commons-collections:jar:3.2:compile
[信息] | | +- commons-dbcp:commons-dbcp:jar:1.2.2:compile
[信息] | | | \- commons-pool:commons-pool:jar:1.3:compile
[信息] | | +- org.directwebremoting:dwr:jar:2.0.1:compile
[信息] | | +- javax.servlet:jstl:jar:1.1.2:compile
[信息] | | +- taglibs:standard:jar:1.1.2:compile
[信息] | | +- struts-menu:struts-menu:jar:2.4.2:compile
[信息] | | | +- commons-digester:commons-digester:jar:1.7:compile
[信息] | | | \- 速度工具:速度工具视图:jar:1.0:编译
[信息] | | +- opensymphony:clickstream:jar:1.0.2:compile
[信息] | | +- opensymphony:oscache:jar:2.3:compile
[信息] | | +- opensymphony:sitemesh:jar:2.2.1:compile
[信息] | | \- org.tukey:urlrewrite:jar:2.5.2:compile
[信息] | +- org.apache.struts:struts2-core:jar:2.0.6:compile
[信息] | | +- opensymphony:xwork:jar:2.0.1:compile
[信息] | | +- freemarker:freemarker:jar:2.3.8:compile
[信息] | | +- opensymphony:ognl:jar:2.6.11:compile
[信息] | | +- commons-logging:commons-logging:jar:1.1:compile
[信息] | | \- com.sun:tools:jar:1.5.0:system
[信息] | +- org.apache.struts:struts2-codebehind-plugin:jar:2.0.6:compile
[信息] | +- org.apache.struts:struts2-spring-plugin:jar:2.0.6:compile
[信息] | +- commons-fileupload:commons-fileupload:jar:1.1.1:compile
[信息] | +- commons-io:commons-io:jar:1.1:compile
[信息] | +- displaytag:displaytag:jar:1.1:compile
[信息] | | +- commons-lang:commons-lang:jar:2.1:compile
[信息] | | +- com.lowagie:itext:jar:1.3:compile
[信息] | | \- commons-beanutils:commons-beanutils:jar:1.7.0:compile
[信息] | +- org.acegisecurity:acegi-security-tiger:jar:1.0.3:compile
[信息] | | \- org.acegisecurity:acegi-security:jar:1.0.3:compile
[信息] | | +- commons-codec:commons-codec:jar:1.3:compile
[信息] | | \- oro:oro:jar:2.0.8:compile
[信息] | +- log4j:log4j:jar:1.2.15:编译
[信息] | | +- javax.mail:mail:jar:1.4:compile
[信息] | | | \- javax.activation:activation:jar:1.1:compile
[信息] | | +- javax.jms:jms:jar:1.1:编译
[信息] | | +- com.sun.jdmk:jmxtools:jar:1.2.1:compile
[信息] | | \- com.sun.jmx:jmxri:jar:1.2.1:compile
[信息] | \- org.springframework:spring:jar:2.0.5:compile
[信息] +- org.appfuse:appfuse-hibernate:jar:2.0-m5:compile
[信息] | +- org.appfuse:appfuse-data-common:jar:2.0-m5:compile
[信息] | | \- javax.persistence:persistence-api:jar:1.0:compile
[信息] | \- org.hibernate:hibernate-annotations:jar:3.2.1.ga:compile
[信息] | \- org.hibernate:hibernate:jar:3.2.1.ga:compile
[信息] | +- javax.transaction:jta:jar:1.0.1B:compile
[信息] | +- asm:asm-attrs:jar:1.5.3:compile
[信息] | +- dom4j:dom4j:jar:1.6.1:编译
[信息] | +- antlr:antlr:jar:2.7.6:compile
[信息] | +- cglib:cglib:jar:2.1_3:compile
[信息] | \- asm:asm:jar:1.5.3:compile
[信息] +- mysql:mysql-connector-java:jar:5.0.5:compile
[信息] +- javax.servlet:jsp-api:jar:2.0:provided
[信息] +- javax.servlet:servlet-api:jar:2.4:provided
[INFO] +- jmock:jmock:jar:1.1.0:test(范围未更新为编译)
[信息] +- junit:junit:jar:4.10:test
[信息] | \- org.hamcrest:hamcrest-core:jar:1.1:test
[信息] +- org.springframework:spring-mock:jar:2.0.8:test
[信息] \- org.subethamail:subethasmtp-wiser:jar:1.0.3:test
[信息] \- org.subethamail:subethasmtp-smtp:jar:1.0.3:test

4

3 回答 3

4

传递依赖实际上已经被毒化了。

您可以做的最好的事情是检查“XmlSchema”的原始 POM是否已使用版本“SNAPSHOT”发布。如果有,请要求项目维护人员更正此错误并重新发布 POM;如果尚未以这种方式发布,请删除不正确的 POM 文件并确保从健康的来源再次解析它

如果这两个选项都不适用,您可以下载 POM 文件,进行编辑以更正并将其重新部署到本地存储库

于 2012-09-19T04:44:06.983 回答
2

我遇到了同样的问题,我可以通过选中 Artifactory 远程存储库设置中的“抑制 POM 一致性检查”复选框来解决它。

Maven回购设置

于 2016-10-27T18:26:14.290 回答
0

我有同样的错误:XmlSchema v1.1 的官方 pom 是错误的,没有可以从中获取的健康源,因此您有以下选择:

  1. 在神器上手动纠正它,
  2. 手动将其复制到您的本地存储库(无需更改),
  3. 升级到更新的版本(因为它是 xfire 1.2.6 的传递依赖项,这可能是不可能的,但您可以尝试)。

有关更多信息,请参阅此帖子的答案:Maven Central Repository 管理员知道 pom 错误,但他们无法更正它并且 Apache 不再支持 XmlSchema 1.1。

此外,这不是唯一有问题的 pom:Apache commons-logging v1.1 也是错误的(它列出了错误的依赖项),所以我总是使用 v1.1.1 或更高版本。

于 2013-06-13T09:30:24.387 回答