alexholmes/hdfs-file-slurper

Mvn install issue

Closed this issue · 0 comments

Hi- hitting error when trying to mvn package (On OSX if that matters):

INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.585s
[INFO] Finished at: Wed Oct 16 15:35:58 EDT 2013
[INFO] Final Memory: 6M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project hdfs-slurper: Could not resolve dependencies for project com.alexholmes:hdfs-slurper:jar:0.1.5: Failed to collect dependencies for [commons-cli:commons-cli:jar:1.2 (compile), org.apache.commons:commons-exec:jar:1.1 (compile), commons-io:commons-io:jar:2.1 (compile), commons-lang:commons-lang:jar:2.6 (compile), commons-logging:commons-logging:jar:1.1.1 (compile), log4j:log4j:jar:1.2.16 (compile), org.mortbay.jetty:jetty:jar:6.1.26 (compile), org.apache.hadoop:hadoop-core:jar:0.20.2-cdh3u2 (compile), com.hadoop.compression.lzo:hadoop-lzo:jar:0.4.14 (compile), org.apache.hadoop:hadoop-test:jar:0.20.2-cdh3u2 (test), junit:junit:jar:4.9 (test)]: Failed to read artifact descriptor for xmlenc:xmlenc:jar:0.52: Could not transfer artifact xmlenc:xmlenc:pom:0.52 from/to cdh.snapshots.repo (https://repository.cloudera.com/content/repositories/snapshots): Failed to transfer file: https://repository.cloudera.com/content/repositories/snapshots/xmlenc/xmlenc/0.52/xmlenc-0.52.pom. Return code is: 409, ReasonPhrase:The repository 'libs-snapshot-local' rejected the artifact 'libs-snapshot-local:xmlenc/xmlenc/0.52/xmlenc-0.52.pom' due to its snapshot/release handling policy..
Thanks