Stu Hood created BOOKKEEPER-395:
-----------------------------------
Summary: HDFS dep transitively depends on a busted pom
Key: BOOKKEEPER-395
URL: https://issues.apache.org/jira/browse/BOOKKEEPER-395
Project: Bookkeeper
Issue Type: Bug
Components: bookkeeper-client
Reporter: Stu Hood
Assignee: Stu Hood
Priority: Minor
Attachments: 395.diff
hadoop-hdfs-0.23.1 depends on commons-daemon-1.0.3, which has a corrupted pom.
Without running artifactory in a loosey-goosey [less restrictive
mode|http://wiki.jfrog.org/confluence/display/RT12/Using+Artifactory#UsingArtifactory-OvercomingPathErrors],
it will refuse to cache that particular dep:
{noformat}
HTTP/1.1 409 The target deployment path
'commons-daemon/commons-daemon/1.0.3/commons-daemon-1.0.3.pom' does not match
the POM's expected path prefix 'org/apache/commons/commons-daemon/1.0.3'.
Please verify your POM content for correctness and make sure the source path is
a valid Maven repository root path.
{noformat}
Since the bookkeeper-benchmark only uses the HDFS Filesystem and config
intefaces, commons-daemon is unnecessary, and can be excluded.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira